Status: Pass 205 Failure 21 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeTypesExtraSpecsTest) |
fail
ft1.1: setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest)testtools.testresult.real._StringException: 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/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/admin/test_volume_types_extra_specs.py", line 27, in resource_setup cls.volume_type = cls.create_volume_type() File "/opt/stack/tempest/tempest/api/volume/base.py", line 295, in create_volume_type volume_type = cls.admin_volume_types_client.create_volume_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 90, in create_volume_type resp, body = self.post('types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
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 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: None, <traceback object at 0x7f88bcaecec0>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 5bc3856c-7d5f-492b-aa38-849b13700396 in use.', 'detail': ''}, <traceback object at 0x7f88bcaa02c0>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f88bcae2f40>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeShelveTestJSON) |
fail
ft3.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON)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 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume 8178062c-23f8-434b-a7fe-c00c03ab56e0 within the required time (360 s). Timer started at 1659038761. Timer ended at 1659039121. Waited for 360 s., <traceback object at 0x7f37c7c94140>) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeNegativeTest) |
fail
ft4.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest)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 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fa800503d40>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeNegativeTest:tearDownClass) Failed to delete volume 47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f within the required time (360 s). Timer started at 1659040134. Timer ended at 1659040494. Waited for 360 s., <traceback object at 0x7fa7fef3ad80>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft5.1: tearDownClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)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 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'}, <traceback object at 0x7f5524ef7c40>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'}, <traceback object at 0x7f5524f90d00>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f552407b840>)) |
||||||
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
pt6.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
ft6.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-28 20:01:22,397 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes 0.261s 2022-07-28 20:01:22,397 118658 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-1929069132"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f70e7bd7-7add-4a50-ab13-69ceae679642', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f70e7bd7-7add-4a50-ab13-69ceae679642', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.302833", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-28 20:01:22,481 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.074s 2022-07-28 20:01:22,481 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb9ef837-4b6f-415d-b1ef-1e5c1fd3bb92', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb9ef837-4b6f-415d-b1ef-1e5c1fd3bb92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:01:23,538 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:01:23,538 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8caa4d3-2d7a-4c89-b380-781b00c3ac80', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8caa4d3-2d7a-4c89-b380-781b00c3ac80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:01:23.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:01:23,548 118658 INFO [tempest.common.waiters] volume ead09975-af7f-40eb-ae0c-70936b340da0 reached available after waiting for 1.548918 seconds 2022-07-28 20:01:23,549 118658 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-28 20:01:23,623 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.069s 2022-07-28 20:01:23,623 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-933113843", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM+6zTl9yGLBKzw20yjfoYa0BRUXZW756MbbmnSI37GQbMi1Xgu2v6BgGJYNM9F6QJxVETtCVnzmdr9IH1kZab66LhB7YtiguSpbEdsmONyHibaR+4K9ufvzQZtJSxA59w=="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6df2c221-5a9b-4c90-8a92-74a40c539443', 'x-compute-request-id': 'req-6df2c221-5a9b-4c90-8a92-74a40c539443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-933113843", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM+6zTl9yGLBKzw20yjfoYa0BRUXZW756MbbmnSI37GQbMi1Xgu2v6BgGJYNM9F6QJxVETtCVnzmdr9IH1kZab66LhB7YtiguSpbEdsmONyHibaR+4K9ufvzQZtJSxA59w==", "fingerprint": "4c:13:a9:5b:8c:12:64:77:4a:5c:e2:d5:25:2b:71:2a", "user_id": "5be80ca35c954fdb963d6dc278fd62d3"}}' 2022-07-28 20:01:23,626 118658 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-933113843 created 2022-07-28 20:01:23,883 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.257s 2022-07-28 20:01:23,883 118658 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--1176462877", "description": "tempest-description--368419452"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5606d3a9-309b-47bd-b1c2-ff293fdf0730', 'date': 'Thu, 28 Jul 2022 20:01:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "5bc3856c-7d5f-492b-aa38-849b13700396", "name": "tempest-securitygroup--1176462877", "stateful": true, "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "description": "tempest-description--368419452", "shared": false, "security_group_rules": [{"id": "0225c3ad-7c73-4ef8-8fb3-5a66c059783d", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "security_group_id": "5bc3856c-7d5f-492b-aa38-849b13700396", "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": 455, "description": null, "tags": [], "created_at": "2022-07-28T20:01:23Z", "updated_at": "2022-07-28T20:01:23Z", "revision_number": 0, "project_id": "4cc8b359904d4304a7b25954a46ae97b"}, {"id": "1899fa2a-5def-4967-b93c-a48e9d1572d8", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "security_group_id": "5bc3856c-7d5f-492b-aa38-849b13700396", "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": 454, "description": null, "tags": [], "created_at": "2022-07-28T20:01:23Z", "updated_at": "2022-07-28T20:01:23Z", "revision_number": 0, "project_id": "4cc8b359904d4304a7b25954a46ae97b"}], "tags": [], "created_at": "2022-07-28T20:01:23Z", "updated_at": "2022-07-28T20:01:23Z", "revision_number": 1, "project_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:01:24,040 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.156s 2022-07-28 20:01:24,041 118658 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": "5bc3856c-7d5f-492b-aa38-849b13700396", "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-052daee4-bf8a-46b3-9ade-eac37792f24f', 'date': 'Thu, 28 Jul 2022 20:01:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a2954d11-2734-4cb4-98d4-7e1c52d89ea9", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "security_group_id": "5bc3856c-7d5f-492b-aa38-849b13700396", "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-28T20:01:23Z", "updated_at": "2022-07-28T20:01:23Z", "revision_number": 0, "project_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:01:24,196 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.155s 2022-07-28 20:01:24,197 118658 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": "5bc3856c-7d5f-492b-aa38-849b13700396", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bd7eb902-d0ea-4c9d-9e6c-ad5d72ae07b1', 'date': 'Thu, 28 Jul 2022 20:01:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2259d70-82a3-4933-9946-142e92316192", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "security_group_id": "5bc3856c-7d5f-492b-aa38-849b13700396", "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-28T20:01:24Z", "updated_at": "2022-07-28T20:01:24Z", "revision_number": 0, "project_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:01:24,197 118658 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1176462877 created 2022-07-28 20:01:25,498 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.67:9696/v2.0/floatingips 1.301s 2022-07-28 20:01:25,499 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-88bc8a91-623a-4407-bb71-3de477b6fdf8', 'date': 'Thu, 28 Jul 2022 20:01:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "72de6f4f-f156-4dc1-80e5-2f0a7ef9e2f3", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "floating_ip_address": "172.27.0.142", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4cc8b359904d4304a7b25954a46ae97b", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-28T20:01:25Z", "updated_at": "2022-07-28T20:01:25Z", "revision_number": 0}}' 2022-07-28 20:01:25,499 118658 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '72de6f4f-f156-4dc1-80e5-2f0a7ef9e2f3', 'tenant_id': '4cc8b359904d4304a7b25954a46ae97b', 'floating_ip_address': '172.27.0.142', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4cc8b359904d4304a7b25954a46ae97b', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:01:25Z', 'updated_at': '2022-07-28T20:01:25Z', 'revision_number': 0, 'ip': '172.27.0.142'} created 2022-07-28 20:01:25,596 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.091s 2022-07-28 20:01:25,596 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:25 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-584518a7-3c15-47c2-b2ed-87b328a29e2d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5be80ca35c954fdb963d6dc278fd62d3", "name": "tempest-ServerRescueNegativeTestJSON-1491005133-project", "password_expires_at": null}, "audit_ids": ["KZNDWhr-TEGb815jTPMmwQ"], "expires_at": "2022-07-28T21:01:25.000000Z", "issued_at": "2022-07-28T20:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cc8b359904d4304a7b25954a46ae97b", "name": "tempest-ServerRescueNegativeTestJSON-1491005133"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/4cc8b359904d4304a7b25954a46ae97b", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_4cc8b359904d4304a7b25954a46ae97b", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:01:25,597 118658 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': '345252fa-83ab-4000-840a-bbb735e163c1', 'name': 'tempest-ServerRescueNegativeTestJSON-1504453895-network', 'tenant_id': '4cc8b359904d4304a7b25954a46ae97b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4cc8b359904d4304a7b25954a46ae97b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 219, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T19:58:17Z', 'updated_at': '2022-07-28T19:58:18Z', 'revision_number': 1} available for tenant 2022-07-28 20:01:25,597 118658 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-933113843', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM+6zTl9yGLBKzw20yjfoYa0BRUXZW756MbbmnSI37GQbMi1Xgu2v6BgGJYNM9F6QJxVETtCVnzmdr9IH1kZab66LhB7YtiguSpbEdsmONyHibaR+4K9ufvzQZtJSxA59w==', 'fingerprint': '4c:13:a9:5b:8c:12:64:77:4a:5c:e2:d5:25:2b:71:2a', 'user_id': '5be80ca35c954fdb963d6dc278fd62d3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCcbfCirlVyEeJJX6wUEm8DRpA+Qu5+ySgm1mvhSU9fFNhbTxiM5pMV\n36v0dUs37lqgBwYFK4EEACKhZANiAATPus05fchiwSs8NtMo36GGtAUVF2Vu+ejG\n25p0iN+xkGzItV4Ltr+gYBiWDTPRekCcVRE7QlZ85na/SB9ZGWm+ui4Qe2LYoLkq\nWxHbJjjch4m2kfuCvbn780GbSUsQOfc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5bc3856c-7d5f-492b-aa38-849b13700396', 'name': 'tempest-securitygroup--1176462877', 'stateful': True, 'tenant_id': '4cc8b359904d4304a7b25954a46ae97b', 'description': 'tempest-description--368419452', 'shared': False, 'security_group_rules': [{'id': '0225c3ad-7c73-4ef8-8fb3-5a66c059783d', 'tenant_id': '4cc8b359904d4304a7b25954a46ae97b', 'security_group_id': '5bc3856c-7d5f-492b-aa38-849b13700396', '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': 455, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:01:23Z', 'updated_at': '2022-07-28T20:01:23Z', 'revision_number': 0, 'project_id': '4cc8b359904d4304a7b25954a46ae97b'}, {'id': '1899fa2a-5def-4967-b93c-a48e9d1572d8', 'tenant_id': '4cc8b359904d4304a7b25954a46ae97b', 'security_group_id': '5bc3856c-7d5f-492b-aa38-849b13700396', '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': 454, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:01:23Z', 'updated_at': '2022-07-28T20:01:23Z', 'revision_number': 0, 'project_id': '4cc8b359904d4304a7b25954a46ae97b'}], 'tags': [], 'created_at': '2022-07-28T20:01:23Z', 'updated_at': '2022-07-28T20:01:23Z', 'revision_number': 1, 'project_id': '4cc8b359904d4304a7b25954a46ae97b'}, 'floating_ip': {'id': '72de6f4f-f156-4dc1-80e5-2f0a7ef9e2f3', 'tenant_id': '4cc8b359904d4304a7b25954a46ae97b', 'floating_ip_address': '172.27.0.142', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4cc8b359904d4304a7b25954a46ae97b', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:01:25Z', 'updated_at': '2022-07-28T20:01:25Z', 'revision_number': 0, 'ip': '172.27.0.142'}} 2022-07-28 20:01:26,488 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.67/compute/v2.1/servers 0.889s 2022-07-28 20:01:26,488 118658 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-736331023", "imageRef": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "flavorRef": "452", "adminPass": "Y8!QhYqu=ab5ME6", "networks": [{"uuid": "345252fa-83ab-4000-840a-bbb735e163c1"}], "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "key_name": "tempest-keypair-933113843", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '409', 'location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2dc0727-606c-4e5e-959a-9e1566fdbeae', 'x-compute-request-id': 'req-a2dc0727-606c-4e5e-959a-9e1566fdbeae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "adminPass": "Y8!QhYqu=ab5ME6"}}' 2022-07-28 20:01:26,578 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.086s 2022-07-28 20:01:26,578 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1244', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-093dff2f-ccd5-4c4e-b623-b5f04d300bc6', 'x-compute-request-id': 'req-093dff2f-ccd5-4c4e-b623-b5f04d300bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-933113843", "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-28 20:01:27,684 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.092s 2022-07-28 20:01:27,685 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:27 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-0cb01872-bb2a-4684-bbec-a976df8572f5', 'x-compute-request-id': 'req-0cb01872-bb2a-4684-bbec-a976df8572f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "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-28 20:01:27,696 118658 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-28 20:01:28,829 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.132s 2022-07-28 20:01:28,830 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1302', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aca6513-fc98-4942-9910-d8fb7f6f1ded', 'x-compute-request-id': 'req-7aca6513-fc98-4942-9910-d8fb7f6f1ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "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-28 20:01:28,842 118658 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-07-28 20:01:30,113 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.268s 2022-07-28 20:01:30,113 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582acf16-b543-4b82-962b-7424f6e155d7', 'x-compute-request-id': 'req-582acf16-b543-4b82-962b-7424f6e155d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:31,384 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.258s 2022-07-28 20:01:31,384 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94d637ef-737e-4340-b34f-34b4c142ad9b', 'x-compute-request-id': 'req-94d637ef-737e-4340-b34f-34b4c142ad9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:32,634 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.235s 2022-07-28 20:01:32,635 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9de380e7-f100-4a19-9f1b-0c727f6f1cdf', 'x-compute-request-id': 'req-9de380e7-f100-4a19-9f1b-0c727f6f1cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:34,029 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.382s 2022-07-28 20:01:34,030 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8975004-c5d2-46f5-b67c-523797ee9d4a', 'x-compute-request-id': 'req-b8975004-c5d2-46f5-b67c-523797ee9d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:35,279 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.236s 2022-07-28 20:01:35,279 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bc3ab7a-a35f-4120-b0b1-2759cfdf6638', 'x-compute-request-id': 'req-9bc3ab7a-a35f-4120-b0b1-2759cfdf6638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:36,561 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.269s 2022-07-28 20:01:36,562 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a5f5f29-69bb-4e7b-9226-dea03a1c7e23', 'x-compute-request-id': 'req-4a5f5f29-69bb-4e7b-9226-dea03a1c7e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:37,830 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.255s 2022-07-28 20:01:37,831 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2cd6eec-df76-4e51-80f8-7576c410be17', 'x-compute-request-id': 'req-b2cd6eec-df76-4e51-80f8-7576c410be17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:39,085 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.241s 2022-07-28 20:01:39,086 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74508188-f256-487f-8457-35d66918b5a2', 'x-compute-request-id': 'req-74508188-f256-487f-8457-35d66918b5a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:40,367 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.269s 2022-07-28 20:01:40,367 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b402acde-b22f-4a09-9eb5-576a2f863f1a', 'x-compute-request-id': 'req-b402acde-b22f-4a09-9eb5-576a2f863f1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:41,830 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.451s 2022-07-28 20:01:41,831 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f5118f9-30f0-44c0-948f-a50b6e9cc49c', 'x-compute-request-id': 'req-3f5118f9-30f0-44c0-948f-a50b6e9cc49c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:43,087 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.243s 2022-07-28 20:01:43,087 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4a7cea4-cf07-485d-858b-a79e17ae74bf', 'x-compute-request-id': 'req-f4a7cea4-cf07-485d-858b-a79e17ae74bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:44,369 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.269s 2022-07-28 20:01:44,370 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74ed3294-adde-45c1-b5af-2b473dee978c', 'x-compute-request-id': 'req-74ed3294-adde-45c1-b5af-2b473dee978c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:45,614 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.233s 2022-07-28 20:01:45,615 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75b120b1-8423-4982-90d8-77ae01d814ea', 'x-compute-request-id': 'req-75b120b1-8423-4982-90d8-77ae01d814ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:46,841 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.214s 2022-07-28 20:01:46,841 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1b50a4b-787f-4d72-a8a4-84a8a3b071c9', 'x-compute-request-id': 'req-e1b50a4b-787f-4d72-a8a4-84a8a3b071c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "BUILD", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:48,068 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.212s 2022-07-28 20:01:48,068 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:47 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-6bf113fe-0b58-4549-bc67-81f048a72be9', 'x-compute-request-id': 'req-6bf113fe-0b58-4549-bc67-81f048a72be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:01:47Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "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-28 20:01:48,080 118658 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait 2022-07-28 20:01:48,229 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-interface 0.149s 2022-07-28 20:01:48,230 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:48 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-f75c8aa7-72a1-44a0-b452-de2a372f41cf', 'x-compute-request-id': 'req-f75c8aa7-72a1-44a0-b452-de2a372f41cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "345252fa-83ab-4000-840a-bbb735e163c1", "port_id": "6dbb0ebe-84c3-436a-9f54-19cbea4b1db1", "mac_addr": "fa:16:3e:e6:3e:2a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e39989b4-b982-4ed8-9299-2b9aa7397d73", "ip_address": "172.20.0.5"}]}]}' 2022-07-28 20:01:50,084 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/72de6f4f-f156-4dc1-80e5-2f0a7ef9e2f3 1.850s 2022-07-28 20:01:50,085 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "6dbb0ebe-84c3-436a-9f54-19cbea4b1db1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-93bbd980-e4e5-4a43-965c-af5f61f770bb', 'date': 'Thu, 28 Jul 2022 20:01:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/72de6f4f-f156-4dc1-80e5-2f0a7ef9e2f3'} Body: b'{"floatingip": {"id": "72de6f4f-f156-4dc1-80e5-2f0a7ef9e2f3", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "floating_ip_address": "172.27.0.142", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": "ee68d916-9c54-4213-996f-021e00664673", "port_id": "6dbb0ebe-84c3-436a-9f54-19cbea4b1db1", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "345252fa-83ab-4000-840a-bbb735e163c1", "mac_address": "fa:16:3e:e6:3e:2a", "admin_state_up": true, "status": "ACTIVE", "device_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-28T20:01:25Z", "updated_at": "2022-07-28T20:01:48Z", "revision_number": 1, "project_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:01:50,086 118658 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.142:22' as 'ubuntu' with public key authentication 2022-07-28 20:01:54,077 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:01:59,644 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 2. Retry after 3 seconds. 2022-07-28 20:02:06,204 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 3. Retry after 4 seconds. 2022-07-28 20:02:13,788 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 4. Retry after 5 seconds. 2022-07-28 20:02:22,368 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 5. Retry after 6 seconds. 2022-07-28 20:02:31,932 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 6. Retry after 7 seconds. 2022-07-28 20:02:39,443 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 7. Retry after 8 seconds. 2022-07-28 20:02:48,041 118658 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:02:48,384 118658 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2022-07-28 20:02:48,399 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 (Authentication failed.). Number attempts: 8. Retry after 9 seconds. 2022-07-28 20:02:57,920 118658 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:02:58,035 118658 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:02:58,036 118658 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.142 successfully created 2022-07-28 20:02:59,349 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 1.312s 2022-07-28 20:02:59,349 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:58 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-5a5fb308-3e10-44b2-942e-8e4b2831480a', 'x-compute-request-id': 'req-5a5fb308-3e10-44b2-942e-8e4b2831480a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "device": "/dev/sdb"}}' 2022-07-28 20:02:59,396 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:02:59,396 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e9a14b-1777-4b8a-853f-31cd33c9d4f4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e9a14b-1777-4b8a-853f-31cd33c9d4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:02:59.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:00,454 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:00,454 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a6c780e-b8c5-4003-99e3-14a2cb6d0099', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a6c780e-b8c5-4003-99e3-14a2cb6d0099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:00.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:01,509 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:01,510 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245e1fbf-7287-4901-ad39-92036638d774', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245e1fbf-7287-4901-ad39-92036638d774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:02,565 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:02,566 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7a9a75-54d5-4955-9408-c337389a5308', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7a9a75-54d5-4955-9408-c337389a5308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:03,626 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.048s 2022-07-28 20:03:03,626 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09520d64-369f-4efd-886b-3409dcd514e2', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09520d64-369f-4efd-886b-3409dcd514e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:04,696 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.057s 2022-07-28 20:03:04,697 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dede2fc6-3266-4fa9-bf9a-a26d4430a8db', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dede2fc6-3266-4fa9-bf9a-a26d4430a8db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:05,766 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.057s 2022-07-28 20:03:05,766 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b13cd738-7bb6-4ce6-be42-f67a79fb75f7', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b13cd738-7bb6-4ce6-be42-f67a79fb75f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:06,824 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.046s 2022-07-28 20:03:06,825 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac7e726-d5eb-4d97-b0ee-c48abddbbfe7', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac7e726-d5eb-4d97-b0ee-c48abddbbfe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:07,880 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:07,880 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1516e4-7ed8-457c-8e09-10a0bffe4911', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1516e4-7ed8-457c-8e09-10a0bffe4911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:08,941 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.048s 2022-07-28 20:03:08,941 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab575ec0-8c36-4c0d-99ad-f384ba56487c', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab575ec0-8c36-4c0d-99ad-f384ba56487c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:09,996 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:09,997 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-339e2217-3935-4e5c-8db0-9eaedc3192fa', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-339e2217-3935-4e5c-8db0-9eaedc3192fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:11,089 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.080s 2022-07-28 20:03:11,089 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45a17a34-daf1-4e22-b381-744da45a979d', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45a17a34-daf1-4e22-b381-744da45a979d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:12,146 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:12,147 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7554419e-69fd-4451-b1d3-56c056ddb708', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7554419e-69fd-4451-b1d3-56c056ddb708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:13,207 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.048s 2022-07-28 20:03:13,207 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaa0090f-4413-46b4-9ef0-8d42bc8a360c', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaa0090f-4413-46b4-9ef0-8d42bc8a360c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:14,262 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:14,263 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45e2490c-d7c7-4783-95a8-e98cd9d3a98b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45e2490c-d7c7-4783-95a8-e98cd9d3a98b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:15,321 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.046s 2022-07-28 20:03:15,321 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a598a7d-3739-4641-8df6-38fe948b9e5e', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a598a7d-3739-4641-8df6-38fe948b9e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:16,380 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:16,380 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f47d4157-a637-473c-a4b2-83ff6dc32ccf', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f47d4157-a637-473c-a4b2-83ff6dc32ccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:17,437 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:17,437 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a29730-8766-4fa3-9e9a-7fdf6a0c8d4c', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a29730-8766-4fa3-9e9a-7fdf6a0c8d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:18,492 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:18,492 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3121e20e-2ed6-4742-bcd0-9827a6d8e15a', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3121e20e-2ed6-4742-bcd0-9827a6d8e15a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:19,548 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:19,548 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a711429-8dc3-4aeb-9c89-b903de6ea647', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a711429-8dc3-4aeb-9c89-b903de6ea647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:20,605 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:20,605 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ab145f-0c17-4340-aae4-a43e44b8e271', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ab145f-0c17-4340-aae4-a43e44b8e271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:21,665 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.048s 2022-07-28 20:03:21,665 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6943ffce-cafa-4482-b432-435f8da773b0', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6943ffce-cafa-4482-b432-435f8da773b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:22,722 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:22,722 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264ae3c8-c825-4d31-a09c-48b2eb1ca347', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264ae3c8-c825-4d31-a09c-48b2eb1ca347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:23,777 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:23,777 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649f0b7d-f47f-4d46-9cd4-6c23cac1a838', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649f0b7d-f47f-4d46-9cd4-6c23cac1a838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:24,832 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:24,832 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-252795b6-5824-4890-a03a-05786f3d1112', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-252795b6-5824-4890-a03a-05786f3d1112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:25,888 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:25,888 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb24dd52-e2ec-4f3a-a004-22e7747bdf36', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb24dd52-e2ec-4f3a-a004-22e7747bdf36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:26,944 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:26,945 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-682e4298-88ac-4b3c-9d45-b7dab579fe8f', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-682e4298-88ac-4b3c-9d45-b7dab579fe8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:28,000 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:28,000 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aa55df0-3b7e-4f15-be5d-13a7f1335db0', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aa55df0-3b7e-4f15-be5d-13a7f1335db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:29,056 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:29,056 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c8802c6-47e7-4d84-b07f-f2e0b1216656', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c8802c6-47e7-4d84-b07f-f2e0b1216656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:30,112 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:30,112 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a430b8ed-cab4-483c-8a3f-7459ddb8fe3f', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a430b8ed-cab4-483c-8a3f-7459ddb8fe3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:31,169 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:31,169 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e06e78-1652-49d5-96dc-0e78deee23e3', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e06e78-1652-49d5-96dc-0e78deee23e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:32,226 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:32,226 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1853d7ca-33dd-48af-b805-9a5ff6b4ddc2', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1853d7ca-33dd-48af-b805-9a5ff6b4ddc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:33,281 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:33,281 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f07fa6-0001-4f14-a293-f7fdbeef080e', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f07fa6-0001-4f14-a293-f7fdbeef080e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:34,438 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.145s 2022-07-28 20:03:34,438 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6d187a-9375-4ee0-91cb-6fb5bf333632', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6d187a-9375-4ee0-91cb-6fb5bf333632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:35,494 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:35,495 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a98874-fca3-4423-8060-b8dc371ff598', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a98874-fca3-4423-8060-b8dc371ff598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:36,550 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:36,550 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce787e4-4d10-415f-ad6c-018eaa9659c7', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce787e4-4d10-415f-ad6c-018eaa9659c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:37,607 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:37,608 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63f663ca-64de-4091-849a-798c9c756071', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63f663ca-64de-4091-849a-798c9c756071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:38,666 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.046s 2022-07-28 20:03:38,667 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb2ff019-2de4-4181-85da-a620f1813507', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb2ff019-2de4-4181-85da-a620f1813507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:39,722 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:39,723 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee51d59c-9332-4a95-acbc-9e7ed4f918bb', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee51d59c-9332-4a95-acbc-9e7ed4f918bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:40,779 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:40,779 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d199598-531b-426c-92bf-f1eb7060ec79', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d199598-531b-426c-92bf-f1eb7060ec79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:41,836 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:41,837 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca22da3-9856-4ad9-aa67-43a34b69ae14', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca22da3-9856-4ad9-aa67-43a34b69ae14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:42,892 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:42,892 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638e334c-08ef-4f2b-b7c3-abec6ec384c5', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638e334c-08ef-4f2b-b7c3-abec6ec384c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:43,948 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:43,948 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-871c4298-5f4f-4014-9c8b-a035692169d1', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-871c4298-5f4f-4014-9c8b-a035692169d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:45,003 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.043s 2022-07-28 20:03:45,004 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5213cc34-21b5-42ed-854c-9249e4f5b886', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5213cc34-21b5-42ed-854c-9249e4f5b886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:46,063 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.047s 2022-07-28 20:03:46,064 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6970cab0-ba61-4a9b-ab00-5959e6838e4c', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6970cab0-ba61-4a9b-ab00-5959e6838e4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:47,124 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:47,124 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06511a13-17c8-4459-978d-f0b3558d7ee9', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06511a13-17c8-4459-978d-f0b3558d7ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:48,183 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.047s 2022-07-28 20:03:48,183 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-398d4eb2-32d4-42c7-8057-3fe69ca931c2', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-398d4eb2-32d4-42c7-8057-3fe69ca931c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:49,238 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.044s 2022-07-28 20:03:49,238 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1cea1a0-9084-4f83-8400-b60a114feec9', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1cea1a0-9084-4f83-8400-b60a114feec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:50,296 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:50,296 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e6d4316-6a39-421c-9de3-ba7698649f9a', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e6d4316-6a39-421c-9de3-ba7698649f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:51,356 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.048s 2022-07-28 20:03:51,357 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f6094ad-062d-4b4a-9545-5803fa3e82be', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6094ad-062d-4b4a-9545-5803fa3e82be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:52,414 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.045s 2022-07-28 20:03:52,414 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-075ad2af-fab1-43a7-85c2-0a00be8a5f4a', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-075ad2af-fab1-43a7-85c2-0a00be8a5f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:53,474 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.047s 2022-07-28 20:03:53,474 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-965e35e4-b082-442d-81ab-0c0585800f1b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-965e35e4-b082-442d-81ab-0c0585800f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:54,535 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.049s 2022-07-28 20:03:54,535 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf337230-9497-4ab0-ac9b-98525700c884', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf337230-9497-4ab0-ac9b-98525700c884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:55,594 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.046s 2022-07-28 20:03:55,594 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee74f9b-8086-49d6-a93a-6d3288778ca4', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee74f9b-8086-49d6-a93a-6d3288778ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:56,656 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.050s 2022-07-28 20:03:56,657 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9365b684-808b-4356-aae1-17b53cd33655', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9365b684-808b-4356-aae1-17b53cd33655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:57,724 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.056s 2022-07-28 20:03:57,725 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-829ee994-4bfe-426d-bd42-558740fe72e4', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-829ee994-4bfe-426d-bd42-558740fe72e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:58,783 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.047s 2022-07-28 20:03:58,783 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2550c09-e5b3-4810-a8a3-c182042f91f5', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2550c09-e5b3-4810-a8a3-c182042f91f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:59,867 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.071s 2022-07-28 20:03:59,867 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ffaae2a-1cc3-41c7-93d3-c72c90e94686', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ffaae2a-1cc3-41c7-93d3-c72c90e94686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:59.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "attachment_id": "b4031b3a-dd9c-46d3-aab6-033ca803c051", "volume_id": "ead09975-af7f-40eb-ae0c-70936b340da0", "server_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:03:01.000000"}], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:59,878 118658 INFO [tempest.common.waiters] Attachment b4031b3a-dd9c-46d3-aab6-033ca803c051 created for volume ead09975-af7f-40eb-ae0c-70936b340da0 to server 0038fe10-b9ea-4fe0-a220-9c2ab37f67ed after waiting for 60.878311 seconds 2022-07-28 20:03:59,937 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.059s 2022-07-28 20:03:59,938 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69759ac7-3c8f-4cf0-b8a2-9f6b5d02f74d', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69759ac7-3c8f-4cf0-b8a2-9f6b5d02f74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:59.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "attachment_id": "b4031b3a-dd9c-46d3-aab6-033ca803c051", "volume_id": "ead09975-af7f-40eb-ae0c-70936b340da0", "server_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:03:01.000000"}], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:03:59,949 118658 INFO [tempest.common.waiters] volume ead09975-af7f-40eb-ae0c-70936b340da0 reached in-use after waiting for 0.949860 seconds 2022-07-28 20:04:00,331 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/action 0.381s 2022-07-28 20:04:00,331 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"rescue": {"adminPass": "Y8!QhYqu=ab5ME6"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0f20d97-d83e-4f5f-ac87-9ccbe2e111f8', 'x-compute-request-id': 'req-d0f20d97-d83e-4f5f-ac87-9ccbe2e111f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/action'} Body: b'{"adminPass": "Y8!QhYqu=ab5ME6"}' 2022-07-28 20:04:00,516 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.181s 2022-07-28 20:04:00,516 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d88f6922-b383-4e02-8c3c-cac84ea0a757', 'x-compute-request-id': 'req-d88f6922-b383-4e02-8c3c-cac84ea0a757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:01,698 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.169s 2022-07-28 20:04:01,699 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3469db55-d0f9-42cc-93b4-29150b4aac6d', 'x-compute-request-id': 'req-3469db55-d0f9-42cc-93b4-29150b4aac6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:02,880 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.166s 2022-07-28 20:04:02,881 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db371611-37e7-4233-9644-808ae13063dc', 'x-compute-request-id': 'req-db371611-37e7-4233-9644-808ae13063dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:04,050 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.156s 2022-07-28 20:04:04,050 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7e474e8-b7f9-4b1c-bd8b-79f9989b6611', 'x-compute-request-id': 'req-e7e474e8-b7f9-4b1c-bd8b-79f9989b6611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:05,236 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.173s 2022-07-28 20:04:05,237 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-512763e1-6cc8-4b47-a381-d3e490d88d9b', 'x-compute-request-id': 'req-512763e1-6cc8-4b47-a381-d3e490d88d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:06,413 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.163s 2022-07-28 20:04:06,414 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db2fc4c2-f4a7-4eaa-a68c-ab282ed008a1', 'x-compute-request-id': 'req-db2fc4c2-f4a7-4eaa-a68c-ab282ed008a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:07,581 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.154s 2022-07-28 20:04:07,581 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72ea04dc-b98e-4c12-b433-0a0f7a6ebfe5', 'x-compute-request-id': 'req-72ea04dc-b98e-4c12-b433-0a0f7a6ebfe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:08,750 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.155s 2022-07-28 20:04:08,750 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc5613ff-b64f-4206-9b40-cb5b79b4b46e', 'x-compute-request-id': 'req-bc5613ff-b64f-4206-9b40-cb5b79b4b46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:09,921 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.157s 2022-07-28 20:04:09,922 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4832eadf-3d2c-4043-b03b-79cded092acc', 'x-compute-request-id': 'req-4832eadf-3d2c-4043-b03b-79cded092acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:11,090 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.156s 2022-07-28 20:04:11,091 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a135fe4c-908e-44ed-9be4-ab9fb78fec00', 'x-compute-request-id': 'req-a135fe4c-908e-44ed-9be4-ab9fb78fec00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:12,266 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.162s 2022-07-28 20:04:12,267 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6831dbc5-9652-480a-8ad5-6313e5dad2bb', 'x-compute-request-id': 'req-6831dbc5-9652-480a-8ad5-6313e5dad2bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:13,439 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.158s 2022-07-28 20:04:13,439 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6d134da-16fd-4272-8342-c57b6c62e22d', 'x-compute-request-id': 'req-d6d134da-16fd-4272-8342-c57b6c62e22d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:14,616 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.162s 2022-07-28 20:04:14,616 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e9ced15-5973-48dc-8047-fd1746842c36', 'x-compute-request-id': 'req-1e9ced15-5973-48dc-8047-fd1746842c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:15,808 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.178s 2022-07-28 20:04:15,808 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-051fd557-beee-469c-8ccf-376587d35c46', 'x-compute-request-id': 'req-051fd557-beee-469c-8ccf-376587d35c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:01:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:16,976 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.154s 2022-07-28 20:04:16,976 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1715', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95849d30-7836-49a4-a844-47b0fd8ca6cb', 'x-compute-request-id': 'req-95849d30-7836-49a4-a844-47b0fd8ca6cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "RESCUE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:16Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:04:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:16,988 118658 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 16 second wait 2022-07-28 20:04:17,026 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.032s 2022-07-28 20:04:17,026 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:16 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-5a791011-91e5-4ebb-b954-216bb8fc2977', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5be80ca35c954fdb963d6dc278fd62d3", "name": "tempest-ServerRescueNegativeTestJSON-1491005133-project", "password_expires_at": null}, "audit_ids": ["llJ93rh1Rm6P0OU-0LeklA"], "expires_at": "2022-07-28T21:04:17.000000Z", "issued_at": "2022-07-28T20:04:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cc8b359904d4304a7b25954a46ae97b", "name": "tempest-ServerRescueNegativeTestJSON-1491005133"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/4cc8b359904d4304a7b25954a46ae97b", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_4cc8b359904d4304a7b25954a46ae97b", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:04:17,027 118658 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': '345252fa-83ab-4000-840a-bbb735e163c1', 'name': 'tempest-ServerRescueNegativeTestJSON-1504453895-network', 'tenant_id': '4cc8b359904d4304a7b25954a46ae97b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4cc8b359904d4304a7b25954a46ae97b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 219, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T19:58:17Z', 'updated_at': '2022-07-28T19:58:18Z', 'revision_number': 1} available for tenant 2022-07-28 20:04:17,125 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 0.098s 2022-07-28 20:04:17,126 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:17 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': '152', 'x-openstack-request-id': 'req-e0f5d224-d926-40de-8824-ec9bb593e2fa', 'x-compute-request-id': 'req-e0f5d224-d926-40de-8824-ec9bb593e2fa', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 0038fe10-b9ea-4fe0-a220-9c2ab37f67ed while it is in vm_state rescued"}}' 2022-07-28 20:04:17,213 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/action 0.086s 2022-07-28 20:04:17,213 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"unrescue": {}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:17 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-205c083b-b0e8-4972-b27b-2a8e4d8cdfc5', 'x-compute-request-id': 'req-205c083b-b0e8-4972-b27b-2a8e4d8cdfc5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/action'} Body: b'' 2022-07-28 20:04:17,380 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.166s 2022-07-28 20:04:17,381 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-656f27a7-c722-4728-a63e-feb027e88cbc', 'x-compute-request-id': 'req-656f27a7-c722-4728-a63e-feb027e88cbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "RESCUE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:17Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:04:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:18,552 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.158s 2022-07-28 20:04:18,553 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51f0d8c2-6bc1-4b78-9758-58e5fee7780b', 'x-compute-request-id': 'req-51f0d8c2-6bc1-4b78-9758-58e5fee7780b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "RESCUE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:17Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:04:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:19,722 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.155s 2022-07-28 20:04:19,722 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4f79db8-80fc-4b82-a8b7-923f6e45c049', 'x-compute-request-id': 'req-b4f79db8-80fc-4b82-a8b7-923f6e45c049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "RESCUE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:17Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:04:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:20,909 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 0.174s 2022-07-28 20:04:20,910 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1729', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01547e3f-e910-4e6a-b050-1377228b3767', 'x-compute-request-id': 'req-01547e3f-e910-4e6a-b050-1377228b3767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed'} Body: b'{"server": {"id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "name": "tempest-ServerRescueNegativeTestJSON-server-736331023", "status": "ACTIVE", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "metadata": {}, "hostId": "c822a16f45714617bfa994dab4178385ac9eaaa40d839f64b3e07e80", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:26Z", "updated": "2022-07-28T20:04:20Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1504453895-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}, {"version": 4, "addr": "172.27.0.142", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:3e:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-933113843", "OS-SRV-USG:launched_at": "2022-07-28T20:04:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1176462877"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0"}]}}' 2022-07-28 20:04:20,921 118658 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ACTIVE/None" after 3 second wait 2022-07-28 20:04:21,021 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-interface 0.099s 2022-07-28 20:04:21,021 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:20 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-7af4a2e0-a1ba-4723-a5e6-ef7b66878537', 'x-compute-request-id': 'req-7af4a2e0-a1ba-4723-a5e6-ef7b66878537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "345252fa-83ab-4000-840a-bbb735e163c1", "port_id": "6dbb0ebe-84c3-436a-9f54-19cbea4b1db1", "mac_addr": "fa:16:3e:e6:3e:2a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e39989b4-b982-4ed8-9299-2b9aa7397d73", "ip_address": "172.20.0.5"}]}]}' 2022-07-28 20:04:21,930 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/72de6f4f-f156-4dc1-80e5-2f0a7ef9e2f3 0.904s 2022-07-28 20:04:21,930 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "6dbb0ebe-84c3-436a-9f54-19cbea4b1db1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '799', 'x-openstack-request-id': 'req-e4ac92f0-ed23-42c6-8b03-069feb3869c1', 'date': 'Thu, 28 Jul 2022 20:04:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/72de6f4f-f156-4dc1-80e5-2f0a7ef9e2f3'} Body: b'{"floatingip": {"id": "72de6f4f-f156-4dc1-80e5-2f0a7ef9e2f3", "tenant_id": "4cc8b359904d4304a7b25954a46ae97b", "floating_ip_address": "172.27.0.142", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": "ee68d916-9c54-4213-996f-021e00664673", "port_id": "6dbb0ebe-84c3-436a-9f54-19cbea4b1db1", "fixed_ip_address": "172.20.0.5", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "345252fa-83ab-4000-840a-bbb735e163c1", "mac_address": "fa:16:3e:e6:3e:2a", "admin_state_up": true, "status": "ACTIVE", "device_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-28T20:01:25Z", "updated_at": "2022-07-28T20:04:21Z", "revision_number": 3, "project_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:04:21,931 118658 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.142:22' as 'ubuntu' with public key authentication 2022-07-28 20:04:40,380 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:04:45,948 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 2. Retry after 3 seconds. 2022-07-28 20:04:49,454 118658 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.142 ([Errno None] Unable to connect to port 22 on 172.27.0.142). Number attempts: 3. Retry after 4 seconds. 2022-07-28 20:04:54,010 118658 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:04:54,151 118658 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:04:54,151 118658 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.142 successfully created 2022-07-28 20:05:54,213 118658 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:06:01,023 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 66.871s 2022-07-28 20:06:01,024 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c06c08d-d246-4566-91aa-d062e30d32ba', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c06c08d-d246-4566-91aa-d062e30d32ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:03:59.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "attachment_id": "b4031b3a-dd9c-46d3-aab6-033ca803c051", "volume_id": "ead09975-af7f-40eb-ae0c-70936b340da0", "server_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:03:01.000000"}], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:07:01,097 118658 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:08:01,159 118658 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:09:01,220 118658 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:10:01,280 118658 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:11:01,342 118658 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:12:01,400 118658 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:13:01,461 118658 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:14:01,520 118658 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:14:47,272 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 400 DELETE http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0 526.235s 2022-07-28 20:14:47,272 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14: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': '269', 'x-openstack-request-id': 'req-c8028b39-2adf-4d4e-b320-89af4d8fec4a', 'x-compute-request-id': 'req-c8028b39-2adf-4d4e-b320-89af4d8fec4a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be \'in-use\' and attach_status must be \'attached\' to detach. (HTTP 400) (Request-ID: req-294376cc-1b7f-4525-bd3c-28d60d13594e)"}}' 2022-07-28 20:14:47,365 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.092s 2022-07-28 20:14:47,366 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:47 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-083e15e0-aefe-4952-9b8b-cc030fcec312', 'x-compute-request-id': 'req-083e15e0-aefe-4952-9b8b-cc030fcec312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:48,421 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:14:48,421 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:48 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-379e4833-c898-42f2-afa7-4e5ee39d5884', 'x-compute-request-id': 'req-379e4833-c898-42f2-afa7-4e5ee39d5884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:49,542 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.117s 2022-07-28 20:14:49,542 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:49 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-c6eea715-1052-4ac9-95f7-667e17d51a5c', 'x-compute-request-id': 'req-c6eea715-1052-4ac9-95f7-667e17d51a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:50,600 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.054s 2022-07-28 20:14:50,600 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:50 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-3c069301-9a6b-46c8-baef-5db92ef4c170', 'x-compute-request-id': 'req-3c069301-9a6b-46c8-baef-5db92ef4c170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:51,658 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.054s 2022-07-28 20:14:51,659 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:51 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-47344e73-cc13-49f8-a16c-b7a58723ddac', 'x-compute-request-id': 'req-47344e73-cc13-49f8-a16c-b7a58723ddac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:52,719 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.056s 2022-07-28 20:14:52,720 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:52 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-401680b7-f763-49af-a7c9-eaac9dc365e0', 'x-compute-request-id': 'req-401680b7-f763-49af-a7c9-eaac9dc365e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:53,773 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:14:53,773 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:53 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-c1758e3b-429a-48b3-b04c-e36e8e186a35', 'x-compute-request-id': 'req-c1758e3b-429a-48b3-b04c-e36e8e186a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:54,826 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:14:54,826 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:54 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-5360cf54-5bd3-4946-a130-7323f904f7f1', 'x-compute-request-id': 'req-5360cf54-5bd3-4946-a130-7323f904f7f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:55,880 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:14:55,881 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:55 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-280c81a5-8442-4fed-bc42-ed608fcfc644', 'x-compute-request-id': 'req-280c81a5-8442-4fed-bc42-ed608fcfc644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:56,934 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:14:56,934 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:56 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-64c0222f-a187-47d0-9e79-92ae99ae9e8f', 'x-compute-request-id': 'req-64c0222f-a187-47d0-9e79-92ae99ae9e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:57,989 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:14:57,989 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:57 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-e3a43cd6-0eca-4029-b3cc-ba7d21ae14e2', 'x-compute-request-id': 'req-e3a43cd6-0eca-4029-b3cc-ba7d21ae14e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:14:59,042 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:14:59,042 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:58 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-0ac5b228-4e1e-486b-99c9-725f1bb7029a', 'x-compute-request-id': 'req-0ac5b228-4e1e-486b-99c9-725f1bb7029a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:00,094 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:00,094 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:00 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-80fe8d57-e168-49e6-a17a-22e4ea0dde76', 'x-compute-request-id': 'req-80fe8d57-e168-49e6-a17a-22e4ea0dde76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:01,152 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.054s 2022-07-28 20:15:01,153 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:01 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-cc33f9c9-3ae8-4e23-b02a-edec5dcafb7a', 'x-compute-request-id': 'req-cc33f9c9-3ae8-4e23-b02a-edec5dcafb7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:02,206 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:02,206 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:02 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-0fcbd098-ea9f-493f-a832-731bb423656c', 'x-compute-request-id': 'req-0fcbd098-ea9f-493f-a832-731bb423656c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:03,259 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:03,259 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:03 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-baa8fb60-6c1b-43c0-b365-4f76027e3041', 'x-compute-request-id': 'req-baa8fb60-6c1b-43c0-b365-4f76027e3041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:04,311 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:04,312 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:04 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-46cf9e1e-b07e-48e1-a32c-298194aec360', 'x-compute-request-id': 'req-46cf9e1e-b07e-48e1-a32c-298194aec360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:05,364 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:05,364 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:05 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-0b64d705-c4f5-4b34-a94d-6ef2ea079839', 'x-compute-request-id': 'req-0b64d705-c4f5-4b34-a94d-6ef2ea079839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:06,416 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:06,417 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:06 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-c1b6a9c4-c7d6-4e93-a4be-95675ff11288', 'x-compute-request-id': 'req-c1b6a9c4-c7d6-4e93-a4be-95675ff11288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:07,467 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:15:07,468 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:07 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-cfb745d7-97f9-4d0b-84dd-6e4e50924df9', 'x-compute-request-id': 'req-cfb745d7-97f9-4d0b-84dd-6e4e50924df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:08,520 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:08,521 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:08 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-6736eab3-64e5-41a2-9c20-a8b013714333', 'x-compute-request-id': 'req-6736eab3-64e5-41a2-9c20-a8b013714333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:09,571 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:15:09,572 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:09 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-eb6346f1-6faa-4ae1-9e06-1f851cd0b34c', 'x-compute-request-id': 'req-eb6346f1-6faa-4ae1-9e06-1f851cd0b34c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:10,624 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:10,624 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:10 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-29211946-5f91-419f-98bd-7d6c4c917f32', 'x-compute-request-id': 'req-29211946-5f91-419f-98bd-7d6c4c917f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:11,676 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:11,677 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:11 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-887ebd20-c59f-44d8-afa0-9a044a8332d8', 'x-compute-request-id': 'req-887ebd20-c59f-44d8-afa0-9a044a8332d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:12,729 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:12,730 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:12 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-d0380142-1147-4020-892c-9e4d248795d3', 'x-compute-request-id': 'req-d0380142-1147-4020-892c-9e4d248795d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:13,783 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:13,783 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:13 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-f0e3842b-2aad-4be6-a28c-0e3301036b03', 'x-compute-request-id': 'req-f0e3842b-2aad-4be6-a28c-0e3301036b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:14,837 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:15:14,837 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:14 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-ac40577b-330f-4fbf-8fab-ae7c3c7350ef', 'x-compute-request-id': 'req-ac40577b-330f-4fbf-8fab-ae7c3c7350ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:15,892 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:15:15,892 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:15 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-7ec526db-c3e8-4aa5-9494-8b54d48af13b', 'x-compute-request-id': 'req-7ec526db-c3e8-4aa5-9494-8b54d48af13b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:16,944 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:16,944 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:16 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-265ff214-aa30-4a13-999d-e91b02fed696', 'x-compute-request-id': 'req-265ff214-aa30-4a13-999d-e91b02fed696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:17,999 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:15:17,999 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:17 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-74746e44-78d9-4329-bb4f-347971eeda3b', 'x-compute-request-id': 'req-74746e44-78d9-4329-bb4f-347971eeda3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:19,050 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:19,051 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:19 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-132a4d62-cc04-415b-b8bd-5bdea033fe25', 'x-compute-request-id': 'req-132a4d62-cc04-415b-b8bd-5bdea033fe25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:20,105 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:15:20,105 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:20 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-8897ec5b-cc65-4f0f-bbf4-784e0d8d174c', 'x-compute-request-id': 'req-8897ec5b-cc65-4f0f-bbf4-784e0d8d174c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:21,157 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:21,157 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:21 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-4b930ab5-b8cf-4b5d-8f26-915559a67b40', 'x-compute-request-id': 'req-4b930ab5-b8cf-4b5d-8f26-915559a67b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:22,209 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:22,209 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:22 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-d2ed43b3-c1d6-49d0-8cc8-70ae69756376', 'x-compute-request-id': 'req-d2ed43b3-c1d6-49d0-8cc8-70ae69756376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:23,262 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:23,262 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:23 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-27ef0ffb-9097-498f-bee7-7163b68edb2b', 'x-compute-request-id': 'req-27ef0ffb-9097-498f-bee7-7163b68edb2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:24,313 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:24,314 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:24 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-787573df-b310-41c3-a85f-0c63e765b37a', 'x-compute-request-id': 'req-787573df-b310-41c3-a85f-0c63e765b37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:25,365 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:25,366 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:25 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-b77806a9-279d-4b75-bd5d-126bebbb5a6e', 'x-compute-request-id': 'req-b77806a9-279d-4b75-bd5d-126bebbb5a6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:26,418 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:26,418 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:26 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-f44ddb22-aad3-4f5f-89b0-dd6bb778de8f', 'x-compute-request-id': 'req-f44ddb22-aad3-4f5f-89b0-dd6bb778de8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:27,470 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:27,470 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:27 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-99ec7e8a-a589-4dfb-90e2-9f96dad47099', 'x-compute-request-id': 'req-99ec7e8a-a589-4dfb-90e2-9f96dad47099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:28,523 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:28,524 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:28 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-152f4b3b-aa97-4c79-95dc-9dec2629f5fc', 'x-compute-request-id': 'req-152f4b3b-aa97-4c79-95dc-9dec2629f5fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:29,577 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:29,577 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:29 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-f9c69b75-f4f0-4749-999e-5e8d17be4e3d', 'x-compute-request-id': 'req-f9c69b75-f4f0-4749-999e-5e8d17be4e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:30,628 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:15:30,629 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:30 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-891bf4bd-c02a-4766-9d07-7c3e13d23e86', 'x-compute-request-id': 'req-891bf4bd-c02a-4766-9d07-7c3e13d23e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:31,681 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:31,681 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:31 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-4b2d148d-375e-4b76-990c-cf998b293496', 'x-compute-request-id': 'req-4b2d148d-375e-4b76-990c-cf998b293496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:32,734 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:32,734 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:32 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-a75703c9-e51e-4020-9ce7-b6047a26c735', 'x-compute-request-id': 'req-a75703c9-e51e-4020-9ce7-b6047a26c735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:33,790 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.052s 2022-07-28 20:15:33,790 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:33 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-d2965a08-6d15-422a-aca1-5e2b23c09756', 'x-compute-request-id': 'req-d2965a08-6d15-422a-aca1-5e2b23c09756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:34,843 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:34,843 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:34 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-8b0af9e4-52c2-4812-af7d-0abc28209283', 'x-compute-request-id': 'req-8b0af9e4-52c2-4812-af7d-0abc28209283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:35,895 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:35,896 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:35 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-eb22e723-6941-4229-b7ef-105595a0a92c', 'x-compute-request-id': 'req-eb22e723-6941-4229-b7ef-105595a0a92c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:36,948 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:36,949 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:36 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-25db7333-1467-4802-ab0c-0333d6aa7dc4', 'x-compute-request-id': 'req-25db7333-1467-4802-ab0c-0333d6aa7dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:38,000 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:38,001 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:37 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-a4d6c67f-684a-4d0a-b00c-9470039f51cb', 'x-compute-request-id': 'req-a4d6c67f-684a-4d0a-b00c-9470039f51cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:39,052 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:39,053 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:39 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-bc79c57c-e2d6-445d-a567-1a8fe37e6c9b', 'x-compute-request-id': 'req-bc79c57c-e2d6-445d-a567-1a8fe37e6c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:40,103 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:15:40,104 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:40 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-abd26c77-c1b4-4089-8e5a-af8cddb1ba1e', 'x-compute-request-id': 'req-abd26c77-c1b4-4089-8e5a-af8cddb1ba1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:41,155 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:41,155 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:41 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-42c73640-d6c9-4afe-8c15-7a76422cd8b4', 'x-compute-request-id': 'req-42c73640-d6c9-4afe-8c15-7a76422cd8b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:42,207 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:42,207 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:42 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-ea6d5163-5847-46ff-bff8-df3527148b57', 'x-compute-request-id': 'req-ea6d5163-5847-46ff-bff8-df3527148b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:43,259 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:15:43,259 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:43 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-21b1afdb-937f-4a9c-83aa-e322e135f4ea', 'x-compute-request-id': 'req-21b1afdb-937f-4a9c-83aa-e322e135f4ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:44,315 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:15:44,315 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:44 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-eba8c5fc-d178-4747-aa80-5836b94cbb03', 'x-compute-request-id': 'req-eba8c5fc-d178-4747-aa80-5836b94cbb03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:45,366 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:45,367 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:45 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-403b4cc7-cb2b-44c4-8142-174827521580', 'x-compute-request-id': 'req-403b4cc7-cb2b-44c4-8142-174827521580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:46,420 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:46,420 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:46 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-1db4162e-d848-428a-873d-2816d03e789d', 'x-compute-request-id': 'req-1db4162e-d848-428a-873d-2816d03e789d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:47,471 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:15:47,472 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:47 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-50b6e232-0c5d-4c57-a659-5395abd89adb', 'x-compute-request-id': 'req-50b6e232-0c5d-4c57-a659-5395abd89adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:48,525 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:15:48,525 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:48 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-22269d47-3687-4e3c-9996-545b4223d3cc', 'x-compute-request-id': 'req-22269d47-3687-4e3c-9996-545b4223d3cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:49,579 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:15:49,579 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:49 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-0df8e5f1-f667-45a8-8064-f68022b9af54', 'x-compute-request-id': 'req-0df8e5f1-f667-45a8-8064-f68022b9af54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:50,632 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:50,632 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:50 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-ffd9ec7c-1eca-44ab-9c56-ded1f04b0084', 'x-compute-request-id': 'req-ffd9ec7c-1eca-44ab-9c56-ded1f04b0084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:51,684 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:51,684 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:51 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-91f1d29b-6ddb-427b-8020-15c0099aff54', 'x-compute-request-id': 'req-91f1d29b-6ddb-427b-8020-15c0099aff54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:52,735 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:15:52,736 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:52 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-136713a0-f946-4278-9620-4fde6c3b1b2b', 'x-compute-request-id': 'req-136713a0-f946-4278-9620-4fde6c3b1b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:53,788 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:53,789 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:53 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-f6ad3da9-0f93-4b92-9d05-0eafa0721920', 'x-compute-request-id': 'req-f6ad3da9-0f93-4b92-9d05-0eafa0721920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:54,840 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:15:54,840 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:54 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-0dd099c6-905d-4f25-9ec3-a056b98a2372', 'x-compute-request-id': 'req-0dd099c6-905d-4f25-9ec3-a056b98a2372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:55,894 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:15:55,895 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:55 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-753a0cdb-6145-4661-98e0-33e488778910', 'x-compute-request-id': 'req-753a0cdb-6145-4661-98e0-33e488778910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:56,952 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.054s 2022-07-28 20:15:56,952 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:56 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-0a7356df-6edc-4123-9408-a37f49d3d364', 'x-compute-request-id': 'req-0a7356df-6edc-4123-9408-a37f49d3d364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:58,004 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:15:58,005 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:57 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-954ba8d1-a431-4b13-a368-97410dc960ce', 'x-compute-request-id': 'req-954ba8d1-a431-4b13-a368-97410dc960ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:15:59,059 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:15:59,060 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15: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-9e595794-7629-44e1-a446-4341e828bd73', 'x-compute-request-id': 'req-9e595794-7629-44e1-a446-4341e828bd73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:00,111 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:16:00,111 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:00 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-d2560e69-7d10-4281-8192-2674210829fa', 'x-compute-request-id': 'req-d2560e69-7d10-4281-8192-2674210829fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:01,164 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:01,164 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:01 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-593a8624-9bf2-43f7-a6cb-2ecad652694f', 'x-compute-request-id': 'req-593a8624-9bf2-43f7-a6cb-2ecad652694f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:02,215 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:02,216 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:02 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-ff7fd733-7303-4ec9-a88f-6e50eff0c21d', 'x-compute-request-id': 'req-ff7fd733-7303-4ec9-a88f-6e50eff0c21d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:03,269 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:03,270 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:03 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-cb1561ab-2500-4b8a-9563-4fe5468670ed', 'x-compute-request-id': 'req-cb1561ab-2500-4b8a-9563-4fe5468670ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:04,321 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:16:04,322 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:04 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-41f44187-d2f5-45fe-b085-474fe7c0c573', 'x-compute-request-id': 'req-41f44187-d2f5-45fe-b085-474fe7c0c573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:05,376 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.052s 2022-07-28 20:16:05,377 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:05 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-e9bb4c7a-1ff1-4109-93c0-e535fc4f1fa9', 'x-compute-request-id': 'req-e9bb4c7a-1ff1-4109-93c0-e535fc4f1fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:06,431 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:06,431 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:06 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-75466bb7-ae47-44a7-ad27-484ff70b6e80', 'x-compute-request-id': 'req-75466bb7-ae47-44a7-ad27-484ff70b6e80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:07,485 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:16:07,485 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:07 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-2aac99ab-9524-43b8-b654-46370825788a', 'x-compute-request-id': 'req-2aac99ab-9524-43b8-b654-46370825788a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:08,536 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:08,537 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:08 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-5bd347ab-19bd-4c4c-b816-90dc454ebd8c', 'x-compute-request-id': 'req-5bd347ab-19bd-4c4c-b816-90dc454ebd8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:09,588 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:16:09,588 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:09 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-2e881d6c-44f4-4d17-84f7-8be390fe5aad', 'x-compute-request-id': 'req-2e881d6c-44f4-4d17-84f7-8be390fe5aad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:10,640 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:10,640 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:10 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-c4aacdad-87e9-4dc2-84ce-b9b049190820', 'x-compute-request-id': 'req-c4aacdad-87e9-4dc2-84ce-b9b049190820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:11,693 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:11,693 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:11 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-1eee191f-bce7-44cc-a601-a80adb6dfb0b', 'x-compute-request-id': 'req-1eee191f-bce7-44cc-a601-a80adb6dfb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:12,745 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:12,745 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:12 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-a1db1caf-6251-4967-a90a-9f86d6cd5257', 'x-compute-request-id': 'req-a1db1caf-6251-4967-a90a-9f86d6cd5257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:13,798 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:13,798 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:13 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-92ca15ed-bbdc-4a12-baf6-305e6c73e14c', 'x-compute-request-id': 'req-92ca15ed-bbdc-4a12-baf6-305e6c73e14c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:14,854 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.052s 2022-07-28 20:16:14,854 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:14 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-5c1f3dc2-d16f-4973-98f6-83377b237095', 'x-compute-request-id': 'req-5c1f3dc2-d16f-4973-98f6-83377b237095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:15,911 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.053s 2022-07-28 20:16:15,911 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:15 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-e07a6548-243e-425b-8c5b-1395b2e6cabd', 'x-compute-request-id': 'req-e07a6548-243e-425b-8c5b-1395b2e6cabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:16,963 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:16,963 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:16 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-6b524b6a-bdf8-4553-a0e5-31cf07966c5a', 'x-compute-request-id': 'req-6b524b6a-bdf8-4553-a0e5-31cf07966c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:18,016 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:18,017 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:17 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-6af19b8e-d801-42a7-900f-cf8cd16fbb0a', 'x-compute-request-id': 'req-6af19b8e-d801-42a7-900f-cf8cd16fbb0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:19,070 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:19,070 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:19 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-4bd64c67-e3c8-4959-bfce-ecefaaba6c1d', 'x-compute-request-id': 'req-4bd64c67-e3c8-4959-bfce-ecefaaba6c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:20,122 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:20,122 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:20 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-f43d8ec1-d9d6-4680-9c8e-883cf096dbd6', 'x-compute-request-id': 'req-f43d8ec1-d9d6-4680-9c8e-883cf096dbd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:21,174 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:21,174 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:21 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-21bab9d6-7168-4735-98cd-91d9e04468ac', 'x-compute-request-id': 'req-21bab9d6-7168-4735-98cd-91d9e04468ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:22,227 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:22,227 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:22 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-723e1f66-c1c9-4e97-993c-27cd1d1e513a', 'x-compute-request-id': 'req-723e1f66-c1c9-4e97-993c-27cd1d1e513a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:23,279 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:23,279 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:23 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-79192b79-9985-4718-9805-3a986c5d4755', 'x-compute-request-id': 'req-79192b79-9985-4718-9805-3a986c5d4755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:24,331 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:24,332 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:24 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-ee875814-ef8a-4aa3-8505-5cddf3cdd1cb', 'x-compute-request-id': 'req-ee875814-ef8a-4aa3-8505-5cddf3cdd1cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:25,385 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:16:25,386 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:25 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-588f8486-df0c-4746-b251-daf4d7f71606', 'x-compute-request-id': 'req-588f8486-df0c-4746-b251-daf4d7f71606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:26,437 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:26,438 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:26 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-78887037-df93-4b01-8aa9-7216478bf7eb', 'x-compute-request-id': 'req-78887037-df93-4b01-8aa9-7216478bf7eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:27,491 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:27,491 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:27 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-0f4009ea-e876-4873-a639-0902f80314b7', 'x-compute-request-id': 'req-0f4009ea-e876-4873-a639-0902f80314b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:28,545 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:16:28,545 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:28 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-28500708-34a4-49f9-bad4-2718ae09588e', 'x-compute-request-id': 'req-28500708-34a4-49f9-bad4-2718ae09588e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:29,601 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:16:29,601 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:29 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-cf6b9c2a-203f-4023-beea-036e8e446bb0', 'x-compute-request-id': 'req-cf6b9c2a-203f-4023-beea-036e8e446bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:30,653 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:30,653 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:30 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-dcddf7ab-5308-4102-a5fa-0d192d961257', 'x-compute-request-id': 'req-dcddf7ab-5308-4102-a5fa-0d192d961257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:31,706 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:31,706 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:31 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-e34228cc-0ee2-48e6-a70e-18937da46325', 'x-compute-request-id': 'req-e34228cc-0ee2-48e6-a70e-18937da46325', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:32,760 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:16:32,761 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:32 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-fb01eb8a-cc56-4e73-b193-222e1335af8f', 'x-compute-request-id': 'req-fb01eb8a-cc56-4e73-b193-222e1335af8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:33,813 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:33,813 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:33 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-41bd584f-1ff6-4da7-b0a5-354d9c5a6aae', 'x-compute-request-id': 'req-41bd584f-1ff6-4da7-b0a5-354d9c5a6aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:34,866 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:34,866 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:34 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-21458ff8-1084-4419-a41b-c0d535727ff6', 'x-compute-request-id': 'req-21458ff8-1084-4419-a41b-c0d535727ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:35,918 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:35,918 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:35 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-c5bfb187-ecaa-45c4-9df3-95e7dccda6b9', 'x-compute-request-id': 'req-c5bfb187-ecaa-45c4-9df3-95e7dccda6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:36,970 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:36,971 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:36 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-cfd19be5-31d3-41c0-b36f-fd6131dff6e7', 'x-compute-request-id': 'req-cfd19be5-31d3-41c0-b36f-fd6131dff6e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:38,025 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:16:38,025 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:37 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-4ce6074c-b601-4d20-b01f-4b5302d08e23', 'x-compute-request-id': 'req-4ce6074c-b601-4d20-b01f-4b5302d08e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:39,077 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:39,077 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:39 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-54d2c41b-1c2b-453e-9634-fbe44c5ede8d', 'x-compute-request-id': 'req-54d2c41b-1c2b-453e-9634-fbe44c5ede8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:40,129 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:40,129 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:40 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-648bc9b9-6e47-4c3c-8584-50bdb12a3f2e', 'x-compute-request-id': 'req-648bc9b9-6e47-4c3c-8584-50bdb12a3f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:41,183 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:41,183 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:41 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-0aa800f6-4a06-4a6a-8fb8-5b2339d3d3ab', 'x-compute-request-id': 'req-0aa800f6-4a06-4a6a-8fb8-5b2339d3d3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:42,236 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:42,236 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:42 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-a73d4c90-c99c-4cbc-b0fa-8c4cbb1b9c5f', 'x-compute-request-id': 'req-a73d4c90-c99c-4cbc-b0fa-8c4cbb1b9c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:43,288 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:43,289 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:43 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-becd5010-97f6-41a5-b174-c9eb06574d19', 'x-compute-request-id': 'req-becd5010-97f6-41a5-b174-c9eb06574d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:44,340 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:44,341 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:44 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-dc76334f-2b47-4e14-9f06-590c631d8faf', 'x-compute-request-id': 'req-dc76334f-2b47-4e14-9f06-590c631d8faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:45,394 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:16:45,395 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:45 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-c8634586-cd63-4477-99ad-a6c237c525ad', 'x-compute-request-id': 'req-c8634586-cd63-4477-99ad-a6c237c525ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:46,447 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:46,447 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:46 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-618f0362-7f6a-454c-9e1f-a60c3cac7181', 'x-compute-request-id': 'req-618f0362-7f6a-454c-9e1f-a60c3cac7181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:47,499 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:47,500 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:47 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-6b916bd6-0a5c-4d53-986f-0f15df571ced', 'x-compute-request-id': 'req-6b916bd6-0a5c-4d53-986f-0f15df571ced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:48,550 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:16:48,550 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:48 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-30bcc9a1-75b3-4b2d-87ba-dc37f19617c9', 'x-compute-request-id': 'req-30bcc9a1-75b3-4b2d-87ba-dc37f19617c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:49,603 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:49,603 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:49 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-12ea5480-f051-46b3-a0b5-9096f4709779', 'x-compute-request-id': 'req-12ea5480-f051-46b3-a0b5-9096f4709779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:50,655 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:50,655 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:50 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-919394f8-adfb-4698-b29e-abf4500cf870', 'x-compute-request-id': 'req-919394f8-adfb-4698-b29e-abf4500cf870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:51,708 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:51,709 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:51 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-76093da3-bbbc-4fd3-b5de-02b000e0730b', 'x-compute-request-id': 'req-76093da3-bbbc-4fd3-b5de-02b000e0730b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:52,761 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:52,762 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:52 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-67099977-4c4e-41cf-aeea-6c0ad5c17d67', 'x-compute-request-id': 'req-67099977-4c4e-41cf-aeea-6c0ad5c17d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:53,815 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:53,815 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:53 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-a9dfd15d-1ec5-47f0-9da7-0b2c40b7df46', 'x-compute-request-id': 'req-a9dfd15d-1ec5-47f0-9da7-0b2c40b7df46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:54,866 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:16:54,866 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:54 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-75883314-b658-4a7c-ac18-ad26026bef8c', 'x-compute-request-id': 'req-75883314-b658-4a7c-ac18-ad26026bef8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:55,918 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:16:55,918 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:55 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-418abea1-73e6-4d78-b5a1-f6a1fb571066', 'x-compute-request-id': 'req-418abea1-73e6-4d78-b5a1-f6a1fb571066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:56,971 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:56,971 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:56 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-4da79fd5-e544-43a6-b802-512d801acf74', 'x-compute-request-id': 'req-4da79fd5-e544-43a6-b802-512d801acf74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:58,025 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:16:58,025 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:57 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-d3d3e4ea-3a08-4f0c-b593-86d3589c2c20', 'x-compute-request-id': 'req-d3d3e4ea-3a08-4f0c-b593-86d3589c2c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:16:59,079 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:16:59,079 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16: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-b3724669-ef88-492f-94e5-2596214dd743', 'x-compute-request-id': 'req-b3724669-ef88-492f-94e5-2596214dd743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:00,145 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.062s 2022-07-28 20:17:00,145 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:00 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-6bb827df-536d-4f79-843b-931df671b223', 'x-compute-request-id': 'req-6bb827df-536d-4f79-843b-931df671b223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:01,197 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:01,198 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:01 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-8f8f81b4-f8d4-4791-a5ae-7ec5c7c25571', 'x-compute-request-id': 'req-8f8f81b4-f8d4-4791-a5ae-7ec5c7c25571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:02,248 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:02,249 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:02 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-5c65818f-2df6-47ce-8fdc-4e43782c522b', 'x-compute-request-id': 'req-5c65818f-2df6-47ce-8fdc-4e43782c522b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:03,301 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:03,301 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:03 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-9844fb2c-b362-4703-a226-dc019bac1e52', 'x-compute-request-id': 'req-9844fb2c-b362-4703-a226-dc019bac1e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:04,353 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:04,353 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:04 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-59642a51-537a-46c8-81fa-db03c0c376e4', 'x-compute-request-id': 'req-59642a51-537a-46c8-81fa-db03c0c376e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:05,407 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:05,407 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:05 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-367598a1-1ef9-472d-a870-58a0e3655509', 'x-compute-request-id': 'req-367598a1-1ef9-472d-a870-58a0e3655509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:06,459 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:06,459 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:06 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-a2883d46-f73d-4439-8f6a-357a42807da9', 'x-compute-request-id': 'req-a2883d46-f73d-4439-8f6a-357a42807da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:07,513 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:07,513 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:07 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-3cb4bee1-f625-420f-9383-418f654ab962', 'x-compute-request-id': 'req-3cb4bee1-f625-420f-9383-418f654ab962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:08,564 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:08,564 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:08 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-7a8a3192-9997-4609-a554-a26606bc9b7b', 'x-compute-request-id': 'req-7a8a3192-9997-4609-a554-a26606bc9b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:09,623 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.055s 2022-07-28 20:17:09,624 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:09 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-4d187e61-41a6-481c-824c-a2adc40cb54d', 'x-compute-request-id': 'req-4d187e61-41a6-481c-824c-a2adc40cb54d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:10,676 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:10,676 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:10 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-756fc5b0-1e18-4556-8b83-ac7b67e34f85', 'x-compute-request-id': 'req-756fc5b0-1e18-4556-8b83-ac7b67e34f85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:11,730 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:11,730 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:11 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-c53914dc-dda0-43dd-8eac-45cadf50e830', 'x-compute-request-id': 'req-c53914dc-dda0-43dd-8eac-45cadf50e830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:12,782 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:12,782 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:12 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-aa5e2cb2-ba7b-4922-bd06-e283d0f7b719', 'x-compute-request-id': 'req-aa5e2cb2-ba7b-4922-bd06-e283d0f7b719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:13,834 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:13,835 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:13 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-87bdb4d1-0cfb-4614-b6b1-2fe7418a1be2', 'x-compute-request-id': 'req-87bdb4d1-0cfb-4614-b6b1-2fe7418a1be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:14,886 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:14,886 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:14 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-0238d730-d317-4f09-8205-d2323178c581', 'x-compute-request-id': 'req-0238d730-d317-4f09-8205-d2323178c581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:15,941 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:17:15,941 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:15 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-81f1bccd-ceec-4b3d-b461-5c7f6ea2c6cb', 'x-compute-request-id': 'req-81f1bccd-ceec-4b3d-b461-5c7f6ea2c6cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:16,994 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:16,994 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:16 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-eb82c3b9-8b7f-41bb-8ea6-a6876b7bec11', 'x-compute-request-id': 'req-eb82c3b9-8b7f-41bb-8ea6-a6876b7bec11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:18,046 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:18,047 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:17 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-1fefa9a2-e5e8-40b5-a0d7-1f3194775389', 'x-compute-request-id': 'req-1fefa9a2-e5e8-40b5-a0d7-1f3194775389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:19,099 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:19,100 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:19 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-a5be2689-7288-4d8c-850d-567058b946df', 'x-compute-request-id': 'req-a5be2689-7288-4d8c-850d-567058b946df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:20,152 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:20,153 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:20 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-2206a9c7-e2fb-4279-b9d3-65a73064164f', 'x-compute-request-id': 'req-2206a9c7-e2fb-4279-b9d3-65a73064164f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:21,204 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:21,205 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:21 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-e76799b8-a53c-4a35-91ba-72c56e695aea', 'x-compute-request-id': 'req-e76799b8-a53c-4a35-91ba-72c56e695aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:22,256 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:22,257 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:22 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-97133e66-3fbf-4da1-b88b-022cfde7621c', 'x-compute-request-id': 'req-97133e66-3fbf-4da1-b88b-022cfde7621c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:23,310 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:23,310 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:23 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-b15b485f-7057-4243-9f5c-ae926c59007e', 'x-compute-request-id': 'req-b15b485f-7057-4243-9f5c-ae926c59007e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:24,365 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:17:24,365 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:24 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-47b7c63e-fe13-40ff-897e-6ec49b969f33', 'x-compute-request-id': 'req-47b7c63e-fe13-40ff-897e-6ec49b969f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:25,417 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:25,418 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:25 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-e33b6127-27c2-4690-afec-221d90481f33', 'x-compute-request-id': 'req-e33b6127-27c2-4690-afec-221d90481f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:26,470 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:26,470 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:26 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-44484324-8044-40ea-9bb6-75dd4d2ba796', 'x-compute-request-id': 'req-44484324-8044-40ea-9bb6-75dd4d2ba796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:27,521 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:27,522 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:27 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-af290e84-8fb6-42a5-8999-c71d4d6cf1bb', 'x-compute-request-id': 'req-af290e84-8fb6-42a5-8999-c71d4d6cf1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:28,574 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:28,574 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:28 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-e671662d-19f3-43c3-9f8b-f832adfb8b36', 'x-compute-request-id': 'req-e671662d-19f3-43c3-9f8b-f832adfb8b36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:29,625 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:29,626 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:29 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-e93f0c1a-d776-4c30-8dff-511c3d5668de', 'x-compute-request-id': 'req-e93f0c1a-d776-4c30-8dff-511c3d5668de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:30,678 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:30,678 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:30 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-513f5da0-78bb-4c6c-bd09-1d2f84c3957e', 'x-compute-request-id': 'req-513f5da0-78bb-4c6c-bd09-1d2f84c3957e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:31,732 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:31,732 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:31 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-d989e074-3a68-4e51-8aea-070b38429fcb', 'x-compute-request-id': 'req-d989e074-3a68-4e51-8aea-070b38429fcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:32,783 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:32,784 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:32 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-7662419f-443b-419c-a2ad-9fbb880c3983', 'x-compute-request-id': 'req-7662419f-443b-419c-a2ad-9fbb880c3983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:33,835 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:33,835 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:33 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-5095a76b-3838-4f50-8cc5-25e466161d6d', 'x-compute-request-id': 'req-5095a76b-3838-4f50-8cc5-25e466161d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:34,889 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:34,889 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:34 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-259d6314-ffae-49e6-8477-94eb8e57637f', 'x-compute-request-id': 'req-259d6314-ffae-49e6-8477-94eb8e57637f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:35,942 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:35,942 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:35 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-e09411d7-c413-4549-bd79-5924ee083485', 'x-compute-request-id': 'req-e09411d7-c413-4549-bd79-5924ee083485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:36,995 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:17:36,995 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:36 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-7927a830-4394-44a3-8b6c-35685de2d37f', 'x-compute-request-id': 'req-7927a830-4394-44a3-8b6c-35685de2d37f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:38,049 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:38,049 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:38 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-acb85444-0e7c-4a6d-be14-45b9fa98f246', 'x-compute-request-id': 'req-acb85444-0e7c-4a6d-be14-45b9fa98f246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:39,104 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:17:39,104 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:39 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-0e8afd5d-2905-4e61-aa13-86f6ad1cc0d6', 'x-compute-request-id': 'req-0e8afd5d-2905-4e61-aa13-86f6ad1cc0d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:40,156 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:40,156 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:40 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-27a3c78c-76e9-474f-bdba-7037d2af7fb3', 'x-compute-request-id': 'req-27a3c78c-76e9-474f-bdba-7037d2af7fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:41,208 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:41,208 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:41 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-68e45ba3-f454-45bd-8c1a-44052dcfe152', 'x-compute-request-id': 'req-68e45ba3-f454-45bd-8c1a-44052dcfe152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:42,260 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:42,260 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:42 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-099d556a-7ab6-4086-ba3c-119d6f0e6796', 'x-compute-request-id': 'req-099d556a-7ab6-4086-ba3c-119d6f0e6796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:43,312 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:43,312 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:43 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-580e0815-e913-4298-8a09-f8545d18c288', 'x-compute-request-id': 'req-580e0815-e913-4298-8a09-f8545d18c288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:44,364 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:44,364 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:44 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-6ef8893f-78dc-4b4f-bf7b-7167bce35ea2', 'x-compute-request-id': 'req-6ef8893f-78dc-4b4f-bf7b-7167bce35ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:45,422 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.054s 2022-07-28 20:17:45,423 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:45 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-0228a4cc-f6e8-442d-9af0-efc8d39a871a', 'x-compute-request-id': 'req-0228a4cc-f6e8-442d-9af0-efc8d39a871a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:46,476 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:46,476 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:46 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-5ad19db0-ff6f-48b7-910c-034a3d772c2a', 'x-compute-request-id': 'req-5ad19db0-ff6f-48b7-910c-034a3d772c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:47,528 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:47,529 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:47 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-e554c090-b5a2-4ec6-b9c5-23cdb60568cf', 'x-compute-request-id': 'req-e554c090-b5a2-4ec6-b9c5-23cdb60568cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:48,581 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:48,581 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:48 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-8fea638f-c5ac-46ee-8f02-be635f8098ee', 'x-compute-request-id': 'req-8fea638f-c5ac-46ee-8f02-be635f8098ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:49,633 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:49,633 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:49 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-5e16097c-5480-4654-bd09-0c49401ff5aa', 'x-compute-request-id': 'req-5e16097c-5480-4654-bd09-0c49401ff5aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:50,685 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:50,686 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:50 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-658ed6bf-71b9-43b9-bfe5-9b573645d5d2', 'x-compute-request-id': 'req-658ed6bf-71b9-43b9-bfe5-9b573645d5d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:51,740 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:17:51,740 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:51 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-031b196c-8d09-4508-a5fc-e04973183637', 'x-compute-request-id': 'req-031b196c-8d09-4508-a5fc-e04973183637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:52,792 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:52,793 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:52 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-da786e24-41ee-4f43-ade3-dc18162c0c92', 'x-compute-request-id': 'req-da786e24-41ee-4f43-ade3-dc18162c0c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:53,845 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:53,845 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:53 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-ef1bf18d-3548-4fe6-9074-b04f6bf2f708', 'x-compute-request-id': 'req-ef1bf18d-3548-4fe6-9074-b04f6bf2f708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:54,897 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:54,897 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:54 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-c6806c1b-28f2-4e1b-bc5a-154efbe96d2c', 'x-compute-request-id': 'req-c6806c1b-28f2-4e1b-bc5a-154efbe96d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:55,948 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:55,949 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:55 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-60150d81-421d-4406-af03-4e5cf2e642eb', 'x-compute-request-id': 'req-60150d81-421d-4406-af03-4e5cf2e642eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:57,001 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:17:57,001 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:56 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-d4aa361f-901f-4665-9f56-2a0d0f861a0e', 'x-compute-request-id': 'req-d4aa361f-901f-4665-9f56-2a0d0f861a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:58,053 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:17:58,053 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:58 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-ba39139b-7f72-42eb-b039-a7244141ca72', 'x-compute-request-id': 'req-ba39139b-7f72-42eb-b039-a7244141ca72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:17:59,105 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:17:59,105 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17: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-885433ef-9240-4429-9655-0631b2754fe1', 'x-compute-request-id': 'req-885433ef-9240-4429-9655-0631b2754fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:00,155 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:00,156 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:00 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-43f593a2-f04f-4b31-8a08-0375176220e6', 'x-compute-request-id': 'req-43f593a2-f04f-4b31-8a08-0375176220e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:01,215 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.054s 2022-07-28 20:18:01,215 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:01 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-423f924b-f39d-4158-8df6-7cfd25eebdfd', 'x-compute-request-id': 'req-423f924b-f39d-4158-8df6-7cfd25eebdfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:02,266 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:02,267 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:02 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-2a858963-39dc-406b-b4b5-bb5f0718d1a7', 'x-compute-request-id': 'req-2a858963-39dc-406b-b4b5-bb5f0718d1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:03,320 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:18:03,321 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:03 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-c656d7d1-6a78-43a7-88c0-2d04e1f0bc4d', 'x-compute-request-id': 'req-c656d7d1-6a78-43a7-88c0-2d04e1f0bc4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:04,372 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:04,372 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:04 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-43c4f4c3-3019-4574-9ae4-c797689a1c10', 'x-compute-request-id': 'req-43c4f4c3-3019-4574-9ae4-c797689a1c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:05,442 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.066s 2022-07-28 20:18:05,443 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:05 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-b73ef4be-91bf-4416-a459-8dea15b756bb', 'x-compute-request-id': 'req-b73ef4be-91bf-4416-a459-8dea15b756bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:06,496 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:18:06,497 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:06 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-be03c43c-1c73-4f84-aa5f-db81e0034733', 'x-compute-request-id': 'req-be03c43c-1c73-4f84-aa5f-db81e0034733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:07,557 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.056s 2022-07-28 20:18:07,558 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:07 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-5f3bf70f-ad4b-48cd-9b46-c121f315143f', 'x-compute-request-id': 'req-5f3bf70f-ad4b-48cd-9b46-c121f315143f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:08,610 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:18:08,611 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:08 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-f1763c8b-79cc-4a79-b79d-968d01ad989b', 'x-compute-request-id': 'req-f1763c8b-79cc-4a79-b79d-968d01ad989b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:09,663 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:18:09,663 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:09 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-05497453-1532-4374-afea-2e037167740d', 'x-compute-request-id': 'req-05497453-1532-4374-afea-2e037167740d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:10,713 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.046s 2022-07-28 20:18:10,714 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:10 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-ea198977-431c-4c47-9c15-5458eb5f0626', 'x-compute-request-id': 'req-ea198977-431c-4c47-9c15-5458eb5f0626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:11,766 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:18:11,767 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:11 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-6c562a5f-6b4c-4252-8d71-79e4bbd74305', 'x-compute-request-id': 'req-6c562a5f-6b4c-4252-8d71-79e4bbd74305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:12,821 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:18:12,821 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:12 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-ef5684cf-5fbd-4319-b4e3-bf0bb14b7607', 'x-compute-request-id': 'req-ef5684cf-5fbd-4319-b4e3-bf0bb14b7607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:13,872 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:13,873 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:13 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-81614d54-4cd0-4bbf-80cf-aff36139cb40', 'x-compute-request-id': 'req-81614d54-4cd0-4bbf-80cf-aff36139cb40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:14,924 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:14,924 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:14 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-1eed2a48-c3a1-481d-aa1d-0f0cf535569a', 'x-compute-request-id': 'req-1eed2a48-c3a1-481d-aa1d-0f0cf535569a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:15,975 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:18:15,976 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:15 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-028f6ac5-534a-4d1e-a987-9fb5975e2863', 'x-compute-request-id': 'req-028f6ac5-534a-4d1e-a987-9fb5975e2863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:17,028 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:18:17,029 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:16 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-049f523b-a74c-442c-a179-f196bd8a0cde', 'x-compute-request-id': 'req-049f523b-a74c-442c-a179-f196bd8a0cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:18,080 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:18:18,080 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:18 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-4c503cb7-bf90-4049-a170-9a3fa8a73b64', 'x-compute-request-id': 'req-4c503cb7-bf90-4049-a170-9a3fa8a73b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:19,132 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:19,132 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:19 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-2e386380-88a7-41de-a6ad-4bfb30c75d6d', 'x-compute-request-id': 'req-2e386380-88a7-41de-a6ad-4bfb30c75d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:20,185 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:18:20,185 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:20 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-ba3ab734-131c-4100-bdaf-657cce67369d', 'x-compute-request-id': 'req-ba3ab734-131c-4100-bdaf-657cce67369d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:21,236 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:18:21,237 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:21 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-3cd2ebc5-3176-47b8-8e31-90821da4b9c6', 'x-compute-request-id': 'req-3cd2ebc5-3176-47b8-8e31-90821da4b9c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:22,290 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:18:22,291 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:22 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-d5775701-f284-4c47-84c8-503443d92d65', 'x-compute-request-id': 'req-d5775701-f284-4c47-84c8-503443d92d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:23,342 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:23,342 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:23 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-42b79438-2721-48d3-bcf5-dfe351730381', 'x-compute-request-id': 'req-42b79438-2721-48d3-bcf5-dfe351730381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:24,392 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:24,393 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:24 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-4a32fee8-b45e-4326-a3bf-15d6130d368c', 'x-compute-request-id': 'req-4a32fee8-b45e-4326-a3bf-15d6130d368c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:25,452 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.056s 2022-07-28 20:18:25,453 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:25 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-55a35f4c-b4ad-4c06-bce4-65cb3ef8f1d5', 'x-compute-request-id': 'req-55a35f4c-b4ad-4c06-bce4-65cb3ef8f1d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:26,507 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:18:26,507 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:26 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-2815f09b-7292-47ed-b32c-04f9051723d3', 'x-compute-request-id': 'req-2815f09b-7292-47ed-b32c-04f9051723d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:27,558 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:27,559 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:27 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-7afa42c7-ae2e-4251-a43e-81cdae0133b8', 'x-compute-request-id': 'req-7afa42c7-ae2e-4251-a43e-81cdae0133b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:28,610 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:28,610 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:28 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-250e9b57-b1ff-4a42-a963-8c3164dd03f2', 'x-compute-request-id': 'req-250e9b57-b1ff-4a42-a963-8c3164dd03f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:29,662 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:29,662 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:29 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-df3b8e0f-08ce-4251-9362-b9d61c9458e8', 'x-compute-request-id': 'req-df3b8e0f-08ce-4251-9362-b9d61c9458e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:30,713 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:30,714 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:30 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-7579249e-dd13-4aac-aa78-03dce1540f9c', 'x-compute-request-id': 'req-7579249e-dd13-4aac-aa78-03dce1540f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:31,765 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:31,765 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:31 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-204a840f-5cef-4fa1-be62-bd8f7dfc17b6', 'x-compute-request-id': 'req-204a840f-5cef-4fa1-be62-bd8f7dfc17b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:32,819 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:18:32,820 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:32 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-99191612-f89d-44e3-9317-183043b7b57e', 'x-compute-request-id': 'req-99191612-f89d-44e3-9317-183043b7b57e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:33,872 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:18:33,872 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:33 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-6c885334-b05b-4fe8-99c5-db6a38aebb5a', 'x-compute-request-id': 'req-6c885334-b05b-4fe8-99c5-db6a38aebb5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:34,924 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:18:34,924 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:34 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-eed60643-f7be-4037-bb82-815e120ff321', 'x-compute-request-id': 'req-eed60643-f7be-4037-bb82-815e120ff321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:35,981 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.053s 2022-07-28 20:18:35,982 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:35 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-cc4354b4-9a3f-4c03-a9de-9117ff7f3de5', 'x-compute-request-id': 'req-cc4354b4-9a3f-4c03-a9de-9117ff7f3de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:37,034 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:18:37,035 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:36 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-28e91242-0917-43c2-a567-780f3162260b', 'x-compute-request-id': 'req-28e91242-0917-43c2-a567-780f3162260b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:38,086 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:18:38,087 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:38 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-6f98cb6b-0e79-4d07-9ace-8c967c215c10', 'x-compute-request-id': 'req-6f98cb6b-0e79-4d07-9ace-8c967c215c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:39,137 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:39,138 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:39 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-2141c59e-852a-4190-9b6e-9dff867bcc83', 'x-compute-request-id': 'req-2141c59e-852a-4190-9b6e-9dff867bcc83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:40,193 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:18:40,193 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:40 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-fb1b1efc-95ef-4797-967f-c490dde6ba90', 'x-compute-request-id': 'req-fb1b1efc-95ef-4797-967f-c490dde6ba90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:41,244 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:41,244 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:41 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-f3dbf7ef-6084-4212-80ee-022b7175184e', 'x-compute-request-id': 'req-f3dbf7ef-6084-4212-80ee-022b7175184e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:42,298 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:18:42,298 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:42 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-baaf7d8d-e1be-4d6c-a790-adf5052d07f6', 'x-compute-request-id': 'req-baaf7d8d-e1be-4d6c-a790-adf5052d07f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:43,349 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:18:43,350 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:43 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-40a12cfd-c2aa-48a5-9bc7-7bfb4a0dbfee', 'x-compute-request-id': 'req-40a12cfd-c2aa-48a5-9bc7-7bfb4a0dbfee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:44,407 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.053s 2022-07-28 20:18:44,407 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:44 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-455cec20-3948-47de-855c-df993ec46b02', 'x-compute-request-id': 'req-455cec20-3948-47de-855c-df993ec46b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:45,460 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:18:45,460 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:45 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-7959a6aa-a43a-40f8-8924-0825ced8f6c1', 'x-compute-request-id': 'req-7959a6aa-a43a-40f8-8924-0825ced8f6c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:46,514 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:18:46,514 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:46 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-28b375af-bb1c-4882-88e7-86f49f576c49', 'x-compute-request-id': 'req-28b375af-bb1c-4882-88e7-86f49f576c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:47,566 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:18:47,567 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:47 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-2b15e3b9-9abe-4127-9a30-c8c5e4a59add', 'x-compute-request-id': 'req-2b15e3b9-9abe-4127-9a30-c8c5e4a59add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:48,620 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:18:48,620 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:48 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-45161ebe-d30b-4a0e-b28e-7672a61e1f2b', 'x-compute-request-id': 'req-45161ebe-d30b-4a0e-b28e-7672a61e1f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:49,675 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:18:49,675 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:49 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-5993b52b-993b-478d-8bbc-53eed37392ba', 'x-compute-request-id': 'req-5993b52b-993b-478d-8bbc-53eed37392ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:50,729 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:18:50,729 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:50 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-2f370562-6e2f-4114-8b98-20ae9e206614', 'x-compute-request-id': 'req-2f370562-6e2f-4114-8b98-20ae9e206614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:51,782 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:18:51,783 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:51 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-b6c00b4f-126c-4e1b-9bd3-1b0f5591c949', 'x-compute-request-id': 'req-b6c00b4f-126c-4e1b-9bd3-1b0f5591c949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:52,835 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:18:52,836 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:52 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-5cab56cc-e045-4b96-8549-4306d6b5911c', 'x-compute-request-id': 'req-5cab56cc-e045-4b96-8549-4306d6b5911c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:53,898 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.059s 2022-07-28 20:18:53,898 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:53 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-5690fe27-12c2-4bf1-a677-cbd8b0ed7ac6', 'x-compute-request-id': 'req-5690fe27-12c2-4bf1-a677-cbd8b0ed7ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:54,957 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.055s 2022-07-28 20:18:54,957 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:54 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-2eb2bb02-b8ff-413a-b9bd-6c0bb1d48427', 'x-compute-request-id': 'req-2eb2bb02-b8ff-413a-b9bd-6c0bb1d48427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:56,009 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:18:56,010 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:55 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-ca073a47-96be-42b4-bb04-44550515ae57', 'x-compute-request-id': 'req-ca073a47-96be-42b4-bb04-44550515ae57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:57,066 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.053s 2022-07-28 20:18:57,066 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:57 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-93762b9e-d29c-417c-8a75-b5c1d480fe27', 'x-compute-request-id': 'req-93762b9e-d29c-417c-8a75-b5c1d480fe27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:58,122 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.052s 2022-07-28 20:18:58,123 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:58 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-dea5e6c8-58b8-4d85-a257-aaa34426d25d', 'x-compute-request-id': 'req-dea5e6c8-58b8-4d85-a257-aaa34426d25d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:18:59,178 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:18:59,178 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18: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-8b44c310-b055-4115-a260-da746e19a738', 'x-compute-request-id': 'req-8b44c310-b055-4115-a260-da746e19a738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:00,229 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:00,229 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:00 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-bfd5a7f7-f2aa-4f1d-83c3-e97aa3c0a1ae', 'x-compute-request-id': 'req-bfd5a7f7-f2aa-4f1d-83c3-e97aa3c0a1ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:01,281 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:01,282 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:01 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-374deb4b-2269-4d6c-befc-7d2457d26306', 'x-compute-request-id': 'req-374deb4b-2269-4d6c-befc-7d2457d26306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:02,340 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.055s 2022-07-28 20:19:02,341 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:02 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-21d96d81-f261-453f-9e93-e000c20f7a94', 'x-compute-request-id': 'req-21d96d81-f261-453f-9e93-e000c20f7a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:03,540 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.196s 2022-07-28 20:19:03,541 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:03 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-c2900209-0871-45d5-847a-491ecf23a0c5', 'x-compute-request-id': 'req-c2900209-0871-45d5-847a-491ecf23a0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:04,592 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:04,593 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:04 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-66a1c0b5-8345-4fca-a0d7-b625a4963bf6', 'x-compute-request-id': 'req-66a1c0b5-8345-4fca-a0d7-b625a4963bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:05,644 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:05,645 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:05 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-0257d513-dca7-4f7b-9ded-d9207a357907', 'x-compute-request-id': 'req-0257d513-dca7-4f7b-9ded-d9207a357907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:06,700 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:19:06,700 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:06 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-5280ab42-f07c-48ed-8c34-b22115fa0cf6', 'x-compute-request-id': 'req-5280ab42-f07c-48ed-8c34-b22115fa0cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:07,752 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:07,753 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:07 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-601396bd-bb63-451a-85f0-4eeb4421d3db', 'x-compute-request-id': 'req-601396bd-bb63-451a-85f0-4eeb4421d3db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:08,805 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:19:08,806 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:08 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-5b21ea59-42b8-423e-8e5c-4f791791a0d9', 'x-compute-request-id': 'req-5b21ea59-42b8-423e-8e5c-4f791791a0d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:09,858 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:09,859 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:09 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-f8f86087-a73a-485e-af28-15e84ef18f70', 'x-compute-request-id': 'req-f8f86087-a73a-485e-af28-15e84ef18f70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:10,909 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.046s 2022-07-28 20:19:10,909 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:10 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-1cd115b3-e1c9-459d-85eb-eef5eabea12e', 'x-compute-request-id': 'req-1cd115b3-e1c9-459d-85eb-eef5eabea12e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:11,961 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:11,962 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:11 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-4146a80a-26d1-46b6-93d4-ca9b100b9504', 'x-compute-request-id': 'req-4146a80a-26d1-46b6-93d4-ca9b100b9504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:13,012 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:13,013 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:12 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-f783b6bf-ec68-4326-8ec5-ac1411255bd8', 'x-compute-request-id': 'req-f783b6bf-ec68-4326-8ec5-ac1411255bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:14,064 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:14,064 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:14 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-6f007a24-57b6-4d2d-b07f-2da2af62e3c2', 'x-compute-request-id': 'req-6f007a24-57b6-4d2d-b07f-2da2af62e3c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:15,117 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:19:15,117 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:15 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-26e741ff-f1dd-41d1-8103-5b17caa6bc7d', 'x-compute-request-id': 'req-26e741ff-f1dd-41d1-8103-5b17caa6bc7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:16,171 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:19:16,171 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:16 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-feef6143-2bd6-4224-9421-75806760bd81', 'x-compute-request-id': 'req-feef6143-2bd6-4224-9421-75806760bd81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:17,223 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:17,224 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:17 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-f16ba4a8-9685-4d12-80b9-492e6b1b87d5', 'x-compute-request-id': 'req-f16ba4a8-9685-4d12-80b9-492e6b1b87d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:18,276 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:19:18,277 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:18 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-0de97768-fe01-462c-9d04-105170430da9', 'x-compute-request-id': 'req-0de97768-fe01-462c-9d04-105170430da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:19,333 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.052s 2022-07-28 20:19:19,333 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:19 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-a97d0467-5857-4529-8169-973de4dee349', 'x-compute-request-id': 'req-a97d0467-5857-4529-8169-973de4dee349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:20,385 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:20,385 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:20 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-341042d2-1aea-49cd-90b6-1f4f6da2ae7e', 'x-compute-request-id': 'req-341042d2-1aea-49cd-90b6-1f4f6da2ae7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:21,437 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:21,437 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:21 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-e4acb669-819b-4ec7-8967-52b606ffe5ef', 'x-compute-request-id': 'req-e4acb669-819b-4ec7-8967-52b606ffe5ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:22,488 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:22,489 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:22 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-bbdf0174-d4ef-470b-84c3-ea9757faae96', 'x-compute-request-id': 'req-bbdf0174-d4ef-470b-84c3-ea9757faae96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:23,539 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:23,539 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:23 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-aa6c9b8d-e03b-439c-b499-8560ddd69bc9', 'x-compute-request-id': 'req-aa6c9b8d-e03b-439c-b499-8560ddd69bc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:24,592 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:24,592 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:24 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-6e70037b-0b66-46ec-bb01-486c134ce144', 'x-compute-request-id': 'req-6e70037b-0b66-46ec-bb01-486c134ce144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:25,646 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:19:25,646 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:25 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-21011860-cd9d-4342-a0fc-8da31d372335', 'x-compute-request-id': 'req-21011860-cd9d-4342-a0fc-8da31d372335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:26,703 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.053s 2022-07-28 20:19:26,704 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:26 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-9295dc0f-8508-4372-80dd-360460c22611', 'x-compute-request-id': 'req-9295dc0f-8508-4372-80dd-360460c22611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:27,761 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.053s 2022-07-28 20:19:27,761 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:27 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-9eaff8c6-5e51-4e1f-829d-716face45824', 'x-compute-request-id': 'req-9eaff8c6-5e51-4e1f-829d-716face45824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:28,813 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:28,814 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:28 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-de5fd437-f93d-4d75-91e4-626f06252728', 'x-compute-request-id': 'req-de5fd437-f93d-4d75-91e4-626f06252728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:29,872 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.054s 2022-07-28 20:19:29,872 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:29 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-95b2cca7-70e8-466e-a205-09cf83a1c732', 'x-compute-request-id': 'req-95b2cca7-70e8-466e-a205-09cf83a1c732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:30,924 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:30,925 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:30 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-12eccecb-3bdd-4ba1-9431-29f981ac6050', 'x-compute-request-id': 'req-12eccecb-3bdd-4ba1-9431-29f981ac6050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:31,978 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:19:31,978 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:31 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-1d4d78b9-d246-43a1-8714-7be34a0b5d8f', 'x-compute-request-id': 'req-1d4d78b9-d246-43a1-8714-7be34a0b5d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:33,029 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:33,030 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:32 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-57340201-d9c4-498a-977b-15fe31135648', 'x-compute-request-id': 'req-57340201-d9c4-498a-977b-15fe31135648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:34,082 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:34,082 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:34 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-fc6ca610-8979-4856-8d67-b5287a491889', 'x-compute-request-id': 'req-fc6ca610-8979-4856-8d67-b5287a491889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:35,136 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:19:35,137 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:35 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-4a4999d8-9cc5-4b55-9caf-0059e120aa1b', 'x-compute-request-id': 'req-4a4999d8-9cc5-4b55-9caf-0059e120aa1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:36,189 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:36,189 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:36 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-4b064d85-31e3-474c-b7d4-cc9dcd6cff52', 'x-compute-request-id': 'req-4b064d85-31e3-474c-b7d4-cc9dcd6cff52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:37,244 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:19:37,244 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:37 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-758bf34d-f845-47c2-8351-bc718bda77eb', 'x-compute-request-id': 'req-758bf34d-f845-47c2-8351-bc718bda77eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:38,305 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.057s 2022-07-28 20:19:38,305 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:38 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-09e0caad-0fef-47f8-9fd5-4bf0dc6f5b02', 'x-compute-request-id': 'req-09e0caad-0fef-47f8-9fd5-4bf0dc6f5b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:39,355 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.046s 2022-07-28 20:19:39,355 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:39 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-b432e09b-d2c5-4c3e-a604-a40a93d42b73', 'x-compute-request-id': 'req-b432e09b-d2c5-4c3e-a604-a40a93d42b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:40,410 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:19:40,411 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:40 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-61e1a5cd-1091-4d07-bb0e-56832927db02', 'x-compute-request-id': 'req-61e1a5cd-1091-4d07-bb0e-56832927db02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:41,467 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:19:41,468 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:41 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-04505b64-8408-455e-a788-e3c9e34b5d30', 'x-compute-request-id': 'req-04505b64-8408-455e-a788-e3c9e34b5d30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:42,519 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:42,519 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:42 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-f1c96b88-2d55-425f-97c5-8a0c68fa1fe3', 'x-compute-request-id': 'req-f1c96b88-2d55-425f-97c5-8a0c68fa1fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:43,570 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:43,570 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:43 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-1a02478e-560f-4b4d-a33f-c3d5b405e490', 'x-compute-request-id': 'req-1a02478e-560f-4b4d-a33f-c3d5b405e490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:44,622 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:44,623 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:44 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-18d53ac3-3f05-40de-ab69-7ee1bd745c7f', 'x-compute-request-id': 'req-18d53ac3-3f05-40de-ab69-7ee1bd745c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:45,676 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:19:45,676 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:45 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-219899d7-6a9d-4cb1-94e7-c02566981a39', 'x-compute-request-id': 'req-219899d7-6a9d-4cb1-94e7-c02566981a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:46,730 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:19:46,731 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:46 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-108c6343-850f-48e6-a884-89d9ef9d57e2', 'x-compute-request-id': 'req-108c6343-850f-48e6-a884-89d9ef9d57e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:47,783 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:47,783 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:47 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-fa0920cb-637f-4549-8179-f81407f4e66c', 'x-compute-request-id': 'req-fa0920cb-637f-4549-8179-f81407f4e66c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:48,834 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:48,834 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:48 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-b3808819-2bb3-4649-a356-7b1c456e7625', 'x-compute-request-id': 'req-b3808819-2bb3-4649-a356-7b1c456e7625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:49,888 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:19:49,888 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:49 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-c9558b93-d6e8-4611-844b-76cf5b8aa041', 'x-compute-request-id': 'req-c9558b93-d6e8-4611-844b-76cf5b8aa041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:50,939 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.046s 2022-07-28 20:19:50,939 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:50 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-88ac95ab-29d1-46d4-bd6d-b1ed2cf0c4cf', 'x-compute-request-id': 'req-88ac95ab-29d1-46d4-bd6d-b1ed2cf0c4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:51,998 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.055s 2022-07-28 20:19:51,999 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:51 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-e2b3640a-0826-4c97-b921-537ba860c50d', 'x-compute-request-id': 'req-e2b3640a-0826-4c97-b921-537ba860c50d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:53,050 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:53,051 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:53 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-ba98f452-bcb3-4853-a05c-b723b855685a', 'x-compute-request-id': 'req-ba98f452-bcb3-4853-a05c-b723b855685a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:54,101 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:54,102 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:54 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-7339a1f1-b321-4858-b661-6d3ec5a2ecfc', 'x-compute-request-id': 'req-7339a1f1-b321-4858-b661-6d3ec5a2ecfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:55,151 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:19:55,152 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:55 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-7992f7ef-fc35-4621-b355-f339f1644f7e', 'x-compute-request-id': 'req-7992f7ef-fc35-4621-b355-f339f1644f7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:56,206 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:19:56,206 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:56 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-daea483e-9895-42ef-af1b-0028ad25f773', 'x-compute-request-id': 'req-daea483e-9895-42ef-af1b-0028ad25f773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:57,259 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:19:57,259 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:57 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-40b95ba5-6bb2-4bf8-bffa-d8e36861b2d6', 'x-compute-request-id': 'req-40b95ba5-6bb2-4bf8-bffa-d8e36861b2d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:58,310 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:58,311 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:58 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-dee61fc8-b953-4cc8-bf63-3f2455a9c12c', 'x-compute-request-id': 'req-dee61fc8-b953-4cc8-bf63-3f2455a9c12c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:19:59,363 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:19:59,363 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19: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-528a241c-3643-4518-90da-849e8a6eaabc', 'x-compute-request-id': 'req-528a241c-3643-4518-90da-849e8a6eaabc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:00,415 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:00,415 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:00 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-f652482f-b4a1-4b1c-af34-51cedcaa3a01', 'x-compute-request-id': 'req-f652482f-b4a1-4b1c-af34-51cedcaa3a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:01,469 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:20:01,469 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:01 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-940bd746-4057-49d3-9b50-abc01a926b50', 'x-compute-request-id': 'req-940bd746-4057-49d3-9b50-abc01a926b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:02,520 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:02,520 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:02 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-d961d9d1-b71d-4651-9e60-839abc6d18ec', 'x-compute-request-id': 'req-d961d9d1-b71d-4651-9e60-839abc6d18ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:03,573 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:20:03,574 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:03 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-482fd778-3172-452f-90ea-0b91c06c7390', 'x-compute-request-id': 'req-482fd778-3172-452f-90ea-0b91c06c7390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:04,625 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:04,625 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:04 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-fe565032-17f0-4e03-b926-3d3eff76755e', 'x-compute-request-id': 'req-fe565032-17f0-4e03-b926-3d3eff76755e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:05,690 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.061s 2022-07-28 20:20:05,690 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:05 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-6e32b9d0-35d8-415a-8135-e67b3ac08a03', 'x-compute-request-id': 'req-6e32b9d0-35d8-415a-8135-e67b3ac08a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:06,762 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.068s 2022-07-28 20:20:06,762 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:06 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-1d362c68-3b0c-421e-8403-89efff0323b3', 'x-compute-request-id': 'req-1d362c68-3b0c-421e-8403-89efff0323b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:07,816 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:20:07,817 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:07 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-78110610-afe8-401b-8864-a115aa6802ce', 'x-compute-request-id': 'req-78110610-afe8-401b-8864-a115aa6802ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:08,868 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:08,869 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:08 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-3ac29127-a0a4-4b15-8503-d5b59716f09c', 'x-compute-request-id': 'req-3ac29127-a0a4-4b15-8503-d5b59716f09c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:10,076 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.203s 2022-07-28 20:20:10,076 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:09 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-a2cfd4ef-0c28-4a5d-8728-e8544c741a40', 'x-compute-request-id': 'req-a2cfd4ef-0c28-4a5d-8728-e8544c741a40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:11,128 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:11,128 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:11 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-866af003-cc8e-4a01-9201-18a69efdeba3', 'x-compute-request-id': 'req-866af003-cc8e-4a01-9201-18a69efdeba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:12,183 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:20:12,183 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:12 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-9611eadd-c924-4856-89ea-29d4cad2c41c', 'x-compute-request-id': 'req-9611eadd-c924-4856-89ea-29d4cad2c41c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:13,235 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:13,236 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:13 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-91f0f845-aae7-4008-bddc-f68308119fe2', 'x-compute-request-id': 'req-91f0f845-aae7-4008-bddc-f68308119fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:14,287 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:14,287 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:14 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-bb38ad53-3a78-4d90-abf4-a48d40143aa8', 'x-compute-request-id': 'req-bb38ad53-3a78-4d90-abf4-a48d40143aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:15,338 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.046s 2022-07-28 20:20:15,338 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:15 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-ab491e8c-6242-439a-b26d-12aff1f42efc', 'x-compute-request-id': 'req-ab491e8c-6242-439a-b26d-12aff1f42efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:16,388 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:16,388 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:16 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-5e1fc9f8-3055-496d-bc30-a9c0e7b5d607', 'x-compute-request-id': 'req-5e1fc9f8-3055-496d-bc30-a9c0e7b5d607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:17,443 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:20:17,443 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:17 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-b2893e12-1f62-42f8-9ab9-6574e4573752', 'x-compute-request-id': 'req-b2893e12-1f62-42f8-9ab9-6574e4573752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:18,497 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.050s 2022-07-28 20:20:18,497 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:18 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-1ed1df14-cdb4-4ca9-a4d1-1e93864f3ba9', 'x-compute-request-id': 'req-1ed1df14-cdb4-4ca9-a4d1-1e93864f3ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:19,549 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:19,549 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:19 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-66003650-0c82-46ee-9898-2a99b6a844bc', 'x-compute-request-id': 'req-66003650-0c82-46ee-9898-2a99b6a844bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:20,601 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:20,601 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:20 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-d0232414-b832-4d05-8921-125d4042e994', 'x-compute-request-id': 'req-d0232414-b832-4d05-8921-125d4042e994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:21,652 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:21,653 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:21 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-fc865765-232a-4ae5-8fa5-df5d7a9a8945', 'x-compute-request-id': 'req-fc865765-232a-4ae5-8fa5-df5d7a9a8945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:22,704 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:22,704 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:22 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-4676a05f-bef6-4cfe-a1ce-cc65f5f58049', 'x-compute-request-id': 'req-4676a05f-bef6-4cfe-a1ce-cc65f5f58049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:23,755 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:23,755 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:23 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-53eb392e-b33b-46fb-a301-1aede0444266', 'x-compute-request-id': 'req-53eb392e-b33b-46fb-a301-1aede0444266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:24,811 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:20:24,811 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:24 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-64266f03-2ba0-4f2b-b8c8-575751a5e20f', 'x-compute-request-id': 'req-64266f03-2ba0-4f2b-b8c8-575751a5e20f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:25,863 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:25,863 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:25 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-edaa593d-7c4d-41ca-aa15-a5574b259144', 'x-compute-request-id': 'req-edaa593d-7c4d-41ca-aa15-a5574b259144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:26,914 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:26,914 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:26 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-20b7e9b6-ca7c-4ce7-8453-9e23f8e98e8c', 'x-compute-request-id': 'req-20b7e9b6-ca7c-4ce7-8453-9e23f8e98e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:27,967 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:20:27,967 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:27 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-78b13dba-9ae2-4f9e-9f31-c5a48e2b8ade', 'x-compute-request-id': 'req-78b13dba-9ae2-4f9e-9f31-c5a48e2b8ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:29,022 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.051s 2022-07-28 20:20:29,023 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:28 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-77458a87-2574-4447-8939-8d60faae8595', 'x-compute-request-id': 'req-77458a87-2574-4447-8939-8d60faae8595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:30,074 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:30,074 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:30 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-cde7d919-2ffd-49c5-a095-70dc16084ab1', 'x-compute-request-id': 'req-cde7d919-2ffd-49c5-a095-70dc16084ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:31,125 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.047s 2022-07-28 20:20:31,126 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:31 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-cde82c8a-2b01-4a8f-b86b-2025c788845c', 'x-compute-request-id': 'req-cde82c8a-2b01-4a8f-b86b-2025c788845c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:32,178 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:20:32,179 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:32 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-ce34ab62-d901-433d-905a-a14a79ccc613', 'x-compute-request-id': 'req-ce34ab62-d901-433d-905a-a14a79ccc613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:33,232 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:20:33,232 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:33 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-70a9957b-bf4f-405f-91cf-a0bd764f199f', 'x-compute-request-id': 'req-70a9957b-bf4f-405f-91cf-a0bd764f199f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:34,290 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.054s 2022-07-28 20:20:34,290 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:34 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-774eaa38-e91d-43cb-8853-253ef89a7f86', 'x-compute-request-id': 'req-774eaa38-e91d-43cb-8853-253ef89a7f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:35,342 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:35,343 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:35 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-0f099156-c60c-4fd8-a93c-eea5ed0409cc', 'x-compute-request-id': 'req-0f099156-c60c-4fd8-a93c-eea5ed0409cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:36,395 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:36,395 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:36 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-fbd45919-37b2-4c21-954f-0bdc24cd5a5a', 'x-compute-request-id': 'req-fbd45919-37b2-4c21-954f-0bdc24cd5a5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:37,447 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:37,447 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:37 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-91cc5e5b-48af-4fdf-9581-f8d9b8bf1604', 'x-compute-request-id': 'req-91cc5e5b-48af-4fdf-9581-f8d9b8bf1604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:38,499 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:38,500 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:38 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-347d8808-f5a0-4f2d-b8c2-8b36f8da640e', 'x-compute-request-id': 'req-347d8808-f5a0-4f2d-b8c2-8b36f8da640e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:39,553 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:20:39,553 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:39 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-738b2ee7-26d9-4797-8d28-fa5a5e1a8305', 'x-compute-request-id': 'req-738b2ee7-26d9-4797-8d28-fa5a5e1a8305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:40,606 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.049s 2022-07-28 20:20:40,606 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:40 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-00ef2abf-2e75-4833-abb0-9d0bdf37ce4d', 'x-compute-request-id': 'req-00ef2abf-2e75-4833-abb0-9d0bdf37ce4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:41,658 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:41,659 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:41 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-38063822-e7d6-413c-b3e5-089ec24d42cc', 'x-compute-request-id': 'req-38063822-e7d6-413c-b3e5-089ec24d42cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:42,715 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.053s 2022-07-28 20:20:42,715 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:42 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-c962a5ce-fc58-4694-8758-9116bf0aa692', 'x-compute-request-id': 'req-c962a5ce-fc58-4694-8758-9116bf0aa692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:43,767 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:43,768 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:43 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-33f03403-7334-4748-bd17-0a662b01ec57', 'x-compute-request-id': 'req-33f03403-7334-4748-bd17-0a662b01ec57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:44,820 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:44,820 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:44 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-f08501cc-4226-4e58-8635-33a25cb50f68', 'x-compute-request-id': 'req-f08501cc-4226-4e58-8635-33a25cb50f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:45,870 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.046s 2022-07-28 20:20:45,871 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:45 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-29785ce5-693d-4b15-827c-887987fe6cbd', 'x-compute-request-id': 'req-29785ce5-693d-4b15-827c-887987fe6cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:46,922 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments 0.048s 2022-07-28 20:20:46,922 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:46 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-c2515b11-96f4-4c6c-a8d5-f8136a2559fa', 'x-compute-request-id': 'req-c2515b11-96f4-4c6c-a8d5-f8136a2559fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "volumeId": "ead09975-af7f-40eb-ae0c-70936b340da0", "serverId": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "device": "/dev/sdb"}]}' 2022-07-28 20:20:48,065 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 POST http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/action 0.138s 2022-07-28 20:20:48,066 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '76924', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-303ee935-0f50-4e5e-9a84-54168679eb62', 'x-compute-request-id': 'req-303ee935-0f50-4e5e-9a84-54168679eb62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/0038fe10-b9ea-4fe0-a220-9c2ab37f67ed/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-28 20:20:48,068 118658 DEBUG [tempest.common.waiters] Console output for 0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 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.112000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.116000] tsc: Detected 1995.190 MHz processor [ 0.120000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.124010] pid_max: default: 32768 minimum: 301 [ 0.128059] Security Framework initialized [ 0.132007] Yama: becoming mindful. [ 0.136056] AppArmor: AppArmor initialized [ 0.140261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.144115] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148030] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.152013] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.156552] CPU: Physical Processor ID: 0 [ 0.160339] mce: CPU supports 1 MCE banks [ 0.164130] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.168013] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.172014] Spectre V2 : Mitigation: Full generic retpoline [ 0.176011] Speculative Store Bypass: Vulnerable [ 0.256085] Freeing SMP alternatives memory: 36K [ 0.262612] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.264130] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.268113] Hierarchical SRCU implementation. [ 0.276108] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.280010] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.284112] smp: Bringing up secondary CPUs ... [ 0.288014] smp: Brought up 1 node, 1 CPU [ 0.292011] smpboot: Max logical packages: 1 [ 0.296015] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.304604] devtmpfs: initialized [ 0.308139] x86/mm: Memory block size: 128MB [ 0.312283] evm: security.selinux [ 0.316007] evm: security.SMACK64 [ 0.320006] evm: security.SMACK64EXEC [ 0.324006] evm: security.SMACK64TRANSMUTE [ 0.328012] evm: security.SMACK64MMAP [ 0.332054] evm: security.apparmor [ 0.340005] evm: security.ima [ 0.344006] evm: security.capability [ 0.348229] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.352026] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.356115] pinctrl core: initialized pinctrl subsystem [ 0.360409] NET: Registered protocol family 16 [ 0.364162] audit: initializing netlink subsys (disabled) [ 0.368248] cpuidle: using governor ladder [ 0.372042] audit: type=2000 audit(1659038526.368:1): state=initialized audit_enabled=0 res=1 [ 0.376015] cpuidle: using governor menu [ 0.380092] ACPI: bus type PCI registered [ 0.384008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.392966] PCI: Using configuration type 1 for base access [ 0.398031] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.400451] ACPI: Added _OSI(Module Device) [ 0.404016] ACPI: Added _OSI(Processor Device) [ 0.408008] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.412007] ACPI: Added _OSI(Processor Aggregator Device) [ 0.416061] ACPI: Added _OSI(Linux-Dell-Video) [ 0.427005] ACPI: Interpreter enabled [ 0.428031] ACPI: (supports S0 S5) [ 0.432006] ACPI: Using IOAPIC for interrupt routing [ 0.436128] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.440577] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.567673] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.568018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.572032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.576053] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.580460] PCI host bridge to bus 0000:00 [ 0.584019] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.588015] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.592012] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.596044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.600017] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.604019] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.671062] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.672016] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.676019] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.680017] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.685540] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.685540] * this clock source is slow. Consider trying other clock sources [ 0.694216] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.744967] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.748598] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.752592] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.756576] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.764006] SCSI subsystem initialized [ 0.768425] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.772000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.772044] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.776014] vgaarb: loaded [ 0.780097] pps_core: LinuxPPS API ver. 1 registered [ 0.784013] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.788069] PTP clock support registered [ 0.792154] EDAC MC: Ver: 3.0.0 [ 0.814452] hv_vmbus: Vmbus version:4.0 [ 0.816168] PCI: Using ACPI for IRQ routing [ 0.820199] NetLabel: Initializing [ 0.824057] NetLabel: domain hash size = 128 [ 0.828021] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.832732] NetLabel: unlabeled traffic allowed by default [ 0.836292] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.906020] VFS: Disk quotas dquot_6.6.0 [ 0.916949] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.924807] AppArmor: AppArmor Filesystem Enabled [ 0.929751] pnp: PnP ACPI init [ 0.963740] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.972230] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.981732] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.996374] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.001241] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.027664] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.043793] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.051540] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.061741] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.071343] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.080074] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.085551] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.095833] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.109189] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.121915] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.144168] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.164772] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.177463] pnp: PnP ACPI: found 9 devices [ 1.191119] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.226563] NET: Registered protocol family 2 [ 1.231829] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.244814] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.272797] TCP: Hash tables configured (established 8192 bind 8192) [ 1.280154] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.297053] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.307816] NET: Registered protocol family 1 [ 1.314815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.326611] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.332234] Unpacking initramfs... [ 1.692535] random: fast init done [ 1.872025] Freeing initrd memory: 13088K [ 1.878449] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.888311] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.896876] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 1.902203] Scanning for low memory corruption every 60 seconds [ 1.907663] Initialise system trusted keyrings [ 1.912884] Key type blacklist registered [ 1.917590] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.942246] zbud: loaded [ 1.967211] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.997688] fuse init (API version 7.26) [ 2.003946] Key type asymmetric registered [ 2.013864] Asymmetric key parser 'x509' registered [ 2.020111] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.029433] io scheduler noop registered (default) [ 2.044236] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.059560] ACPI: Power Button [PWRF] [ 2.068278] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.104435] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.191102] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.221482] Linux agpgart interface v0.103 [ 2.240976] loop: module loaded [ 2.295186] hv_vmbus: registering driver hv_storvsc [ 2.393016] scsi host0: storvsc_host_t [ 2.437124] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.466833] scsi host1: storvsc_host_t [ 2.476023] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.506370] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.556115] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.584767] scsi host2: ata_piix [ 2.590921] scsi host3: ata_piix [ 2.608414] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.622808] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.633692] sd 0:0:0:0: [sda] Write Protect is off [ 2.652639] libphy: Fixed MDIO Bus: probed [ 2.661258] tun: Universal TUN/TAP device driver, 1.6 [ 2.680107] PPP generic driver version 2.4.2 [ 2.686767] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.703779] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.783387] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.800248] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.892359] sda: sda1 [ 3.905541] mousedev: PS/2 mouse device common for all mice [ 3.916840] rtc_cmos 00:00: RTC can wake from S4 [ 3.962906] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.985561] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 3.991267] device-mapper: uevent: version 1.0.3 [ 4.110747] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.119730] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.143474] NET: Registered protocol family 10 [ 4.161923] Segment Routing with IPv6 [ 4.168090] NET: Registered protocol family 17 [ 4.176889] Key type dns_resolver registered [ 4.186942] RAS: Correctable Errors collector initialized. [ 4.197332] registered taskstats version 1 [ 4.209077] Loading compiled-in X.509 certificates [ 4.226305] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 4.255632] zswap: loaded using pool lzo/zbud [ 4.269621] Key type big_key registered [ 4.277869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 4.287550] Key type trusted registered [ 4.311320] Key type encrypted registered [ 4.333894] AppArmor: AppArmor sha1 policy hashing enabled [ 4.350815] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 4.364182] evm: HMAC attrs: 0x1 [ 4.372171] rtc_cmos 00:00: setting system clock to 2022-07-28 20:02:13 UTC (1659038533) [ 4.379873] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.387976] EDD information not available. [ 4.866222] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 4.876088] ata2.00: configured for MWDMA2 [ 4.906835] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 4.933821] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 4.938812] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 4.947625] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 4.957950] Freeing unused kernel memory: 2248K [ 4.972072] Write protecting the kernel read-only data: 18432k [ 4.980286] Freeing unused kernel memory: 2008K [ 4.987287] Freeing unused kernel memory: 124K [ 5.010062] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 5.023040] x86/mm: Checking user space page tables [ 5.043826] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 5.126915] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.132955] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.142764] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.148874] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.156111] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.169005] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.184136] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.197685] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.202332] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.215169] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.490466] hv_utils: Registering HyperV Utility Driver [ 5.514548] hv_vmbus: registering driver hv_util [ 5.559007] hidraw: raw HID events driver (C) Jiri Kosina [ 5.571342] hv_vmbus: registering driver hyperv_keyboard [ 5.588789] hv_vmbus: registering driver hv_netvsc [ 5.643497] hv_vmbus: registering driver hid_hyperv [ 5.663938] 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 [ 5.827466] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5 [ 5.862137] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 5.892770] hv_utils: Heartbeat IC version 3.0 [ 5.899726] hv_utils: Shutdown IC version 3.0 [ 5.925913] hv_utils: TimeSync IC version 4.0 [ 5.936280] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 6.184037] raid6: sse2x1 gen() 3040 MB/s [ 6.252034] raid6: sse2x1 xor() 3000 MB/s [ 6.316040] raid6: sse2x2 gen() 3929 MB/s [ 6.368175] raid6: sse2x2 xor() 3348 MB/s [ 6.420094] raid6: sse2x4 gen() 4717 MB/s [ 6.472037] raid6: sse2x4 xor() 4595 MB/s [ 6.476278] raid6: using algorithm sse2x4 gen() 4717 MB/s [ 6.480871] raid6: .... xor() 4595 MB/s, rmw enabled [ 6.486295] raid6: using intx1 recovery algorithm [ 6.494805] xor: measuring software checksum speed [ 6.536058] prefetch64-sse: 9027.000 MB/sec [ 6.588359] generic_sse: 8516.000 MB/sec [ 6.617589] xor: using function: prefetch64-sse (9027.000 MB/sec) [ 6.645766] 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 ... [ 7.044841] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root fil system [ 7.540549] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 8.356674] 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) [ 8.430181] systemd[1]: Detected virtualization microsoft. [ 8.434670] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LS[0m! [ 8.504940] systemd[1]: Set hostname to <ubuntu>. [ 8.523063] systemd[1]: Initializing machine ID from random generator. [ 8.526920] systemd[1]: Installed transient /etc/machine-id file. [ 9.165642] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 9.252613] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 9.314251] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice Sstem Slice. [ 9.512827] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Exectab...ats File System Automount Point. [[0;32m OK [m] Listening on Jornal Socket (/dev/log). [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Started Dispatch Password Requests to Console Drectory Watch. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on Journal Socket. Starting Create list of required st... nodes fo the current kernel... Mounting Debug File System... Starting Load Krnel Modules... [[0;32m OK [0m[ 10.722553] Loading iSCSI transport class v2.0-870. ] Created slice system-getty.slice. [ 10.783879] iscsi: registered transport (tcp) Mounting Huge Pages File System... [[ 10.889583] iscsi: registered transport (iser) [0;32m OK [m] Listening on Device-mapper even daemon FIFOs. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on LV2 metadata daemon socket. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Starting Remoun Root and Kernel File Systems.. [ 11.638634] EXT4-fs (sda1): re-mounted. Opts: (null) Mounting POSIX Message Queue File System... Starting Journal Service... [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [m] Mounted Debug File System. [[0;32m OK [m] 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 Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started LVM2 meadata daemon. Starting udev Coldplug all Devices... Starting Initia cloud-init job (pre-networking)... Starting Load/Save Random Seed... Mounting FUSE Control File System... Mounting Configuration File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... Starting Flush ournal 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 Load/Save Random Seed. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[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... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[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 Volatile Files and 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 ystem Time Synchronized. [ 24.113413] cloud-init[324]: Cloud-init v. 18.2 running 'init-local' at Thu, 28 Jul 2022 20:02:28 +0000. Up 18.23 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 32.362514] cloud-init[660]: Cloud-init v. 18.2 running 'init' at Thu, 28 Jul 2022 20:02:37 +0000. Up 27.38 seconds. [ 32.518226] cloud-init[660]: [ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [ 32.682314] cloud-init[[660]: [0;32m OK [0mci-info: +--------+------+-----------------------------+----------------+-------+-------------------+] Reached target Cloud-config avalability.[ 32.830305] cloud-init [660]: [ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |[0;32m OK [0m ] [ 32.999495] cloud-initReached target System Initialization.[660]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [[0;32m OK [0m] Listening on ACPID Listen Socket.[ 33.156991] cloud-init[660]: [ci-info: | eth0 | True | 172.20.0.5 | 255.255.255.240 | . | fa:16:3e:e6:3e:2a |[0;32m OK [0m] Listening on D-us System Message Bus Socket.[ 33.311938] cloud-init [660]: [ci-info: | eth0 | True | fe80::f816:3eff:fee6:3e2a/64 | . | link | fa:16:3e:e6:3e:2a |[0;32m OK [m] Reached target Sockets.[ 33.473900] cloud-init[660]: [ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[0;32m OK [0m] Started Daily apt download activities. [ 33.636953] cloud-init[[660]: [0;32m OK [0mci-info: | lo | True | ::1/128 | . | host | . |] Started Daily apt upgrade and clean activities. [ 33.810508] cloud-init [660]: [ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 33.940321] cloud-init[660]: [ci-info: ++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[0;32m OK [0m] Reached target Timers.[ 34.115096] cloud-init [660]: ci-info: +------+-----------------+------------+-----------------+-----------+-------+ [[ 34.266163] [0;32m OK [0mcloud-init] [660]: Started ACPI Events Check.ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ [0;32m OK [0m[ 34.514490] cloud-init] [660]: Reached target Paths.ci-info: +-------+-----------------+------------+-----------------+-----------+------+ [[0;32m OK [0m ] Reached target Basic System.[ 34.753736] cloud-init [660]: Starting Login Service...ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | Starting LSB: Rcord successfulboot for GRUB...[ 34.940196] cloud-init[660]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH |[[0;32m OK [0m ] [ 35.061552] cloud-initStarted D-Bus System Message Bus.[660]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 35.181521] cloud-init[660]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 35.282535] cloud-init[660]: Generating public/private rsa key pair. [ 35.349831] cloud-init[660]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 35.411872] cloud-init[660]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 35.492414] Starting LSB: MD monitoring daemon...cloud-init [660]: [The key fingerprint is:[0;32m OK [0m ] Started Unattended Upgrades Shutdown.[ 35.639696] cloud-init [660]: [SHA256:erYc/K/EyFu33kUVxXT3+jghBVbttdAa0nYA3h/8WXk root@tempest-serverrescuenegativetestjson-server-736331023[0;32m OK [0m] Started Regular background program processing daemon.[ 35.851896] cloud-init[[660]: [0;32m OK [0mThe key's randomart image is:] Started Deferred execution scheduler. [ 36.002576] cloud-init[[660]: [0;32m OK [0m+---[RSA 2048]----+] Started ACPI event daemon. [[ 36.200670] [0;32m OK [0m] cloud-init[660]: Reached target Network is Online. | .=o+=*| [ 36.357929] Starting /etc/rc.local Compatibility...cloud-init[660]: | .o.*.oX| [ 36.438395] Starting Apply the settings specified in cloud-config...cloud-init[660]: | .o.*=E| Starting iSCSI nitiator daemon (iscsid)... [ 36.720357] cloud-init [660]: | o.oO|Starting OpenBSD Secure Shell server... [ 36.904887] cloud-init[[0;32m OK [0m[660]: | S . ooo|] Started /etc/rc.local Compatibility.[ 37.176229] cloud-init[[660]: | + o . = |[0;32m OK [0m] Started OpenBSD Secure Shell server. [ 37.552219] [cloud-init[660]: [0;32m OK [0m| . B + . o o| ] Started iSCSI initiator daemon (iscsid).[ 37.824231] cloud-init[660]: | + B . o o | [[ 38.104479] [0;32m OK [0mcloud-init] [660]: | + o++ . |Started Login Service. [ 38.324387] cloud-init[[0;32m OK [0m[660]: +----[SHA256]-----+] Started LSB: Reord successful boot for GRUB.[ 38.520182] cloud-init[[660]: [0;32m OK [0mGenerating public/private dsa key pair. ] Started LSB: MD monitoring daemon.[ 38.733132] cloud-init [660]: Starting Login to default iSCSI targets...Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 38.992218] cloud-init[660]: [Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[0;32m OK [0m ] [ 39.252802] Started Login to default iSCSI targets.cloud-init [660]: [The key fingerprint is:[0;32m OK [0m] Reached target Remote File Systems (Pre).[ 39.445371] cloud-init [660]: [SHA256:dKk8uH+PnWIBYSZ8Trqw5lDoDufIuom9NX8iTpxKZhA root@tempest-serverrescuenegativetestjson-server-736331023[0;32m OK [0m] Reached target Remote File Systems. [ 39.654788] cloud-initStarting Permit User Sessions...[660]: The key's randomart image is: Starting LSB: automatic crash report generation...[ 39.839967] cloud-init[660]: +---[DSA 1024]----+ Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... [ 39.982271] cloud-init[660]: [| . |[0;32m OK [0m] Started Permit User Sessions.[ 40.131659] cloud-init [660]: | o * . |[[0;32m OK [0m [ 40.270017] ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".cloud-init[660]: |E . O..o |[ [ 40.429977] cloud-init[0;32m OK [0m[660]: ] | .. o .+oo |Started LSB: automatic crash reort generation. [ 40.534563] [cloud-init[0;32m OK [0m[660]: ] |.. . o..S. |Started Serial Getty on ttyS0. [ 40.685660] cloud-init[[0;32m OK [0m[660]: |..+.o... .. |] Started Getty on tty1.[ 40.780415] cloud-init[[0;32m OK [0m[660]: ] |.*++* . . |Reached target Login Prompts. [ 40.888514] [cloud-init[0;32m OK [0m[660]: ] |oBo+oo... +o . |Reached target Multi-User System. [ 41.012353] cloud-init[[660]: [0;32m OK [0m|*.+o...o.o.o+ |] Reached target Graphical Interface.[ 41.116689] cloud-init [660]: +----[SHA256]-----+Starting Update UTMP about System Runlevel Changes... [ 41.245438] cloud-init[660]: Generating public/private ecdsa key pair. [[ 41.340166] [0;32m OK [0mcloud-init] [660]: Started Update UTMP about System Runlevel Changes.Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 41.512682] cloud-init[660]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 41.585788] cloud-init[660]: The key fingerprint is: [ 41.671642] cloud-init[660]: SHA256:lN+mCqGF/6/0IEpMbbQfVbaO40joBf1edjEtRKirbOA root@tempest-serverrescuenegativetestjson-server-736331023 [ 41.755807] cloud-init[660]: The key's randomart image is: [ 41.822352] cloud-init[660]: +---[ECDSA 256]---+ [ 41.912588] cloud-init[660]: | ooo | [ 42.005497] cloud-init[660]: | . . o.o . | [ 42.088716] cloud-init[660]: | o + ... + .| [ 42.191815] cloud-init[660]: | + = +.+ + | [ 42.292775] cloud-init[660]: | o B S =.* . | [ 42.391813] cloud-init[660]: | o *.= =.* . | [ 42.512719] cloud-init[660]: | +.=o=.+ | [ 42.587927] cloud-init[660]: | . .E=++ | [ 42.650211] cloud-init[660]: | . .+oo | [ 42.727891] cloud-init[660]: +----[SHA256]-----+ [ 42.803227] cloud-init[660]: Generating public/private ed25519 key pair. [ 42.912938] cloud-init[660]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 43.025668] cloud-init[660]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 43.121755] cloud-init[660]: The key fingerprint is: [ 43.198241] cloud-init[660]: SHA256:tWUtEu0BwhgVt16SjlcNfGNOhJPi8BbWmUWgqvSBPpc root@tempest-serverrescuenegtivetestjson-server-736331023 [ 43.303893] cloud-init[660]: The key's randomart image is: [ 43.387196] cloud-init[660]: +--[ED25519 256]--+ [ 43.464371] cloud-init[660]: | .=+.+=oX+ | [ 43.549742] cloud-init[660]: | . oo+=@+= | [ 43.618144] cloud-init[660]: | =B+*Bo. | [ 43.692704] cloud-init[660]: | . *+O... | [ 43.755451] cloud-init[660]: | o S.= | [ 43.829799] cloud-init[660]: | o o + | [ 43.898650] cloud-init[660]: | + E | [ 44.026817] cloud-init[660]: | o | [ 44.118760] cloud-init[660]: | | [ 44.190832] cloud-init[660]: +----[SHA256]-----+ Ubuntu 16.04.4 LTS tempest-serverrescuenegativetestjson-server-736331023 ttyS0 tempest-serverrescuenegativetestjson-server-736331023 login: [ 107.012903] cloud-init[749]: Cloud-init v. 18.2 running 'modles:config' at Thu, 28 Jul 2022 20:02:48 +0000. Up 38.78 seconds. [ 108.892090] cloud-init[897]: Printing ubuntu user authorized keys [ 108.960400] cloud-init[897]: ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM+6zTl9yGLBKzw20yjfoYa0BRUXZW756MbbmnSI37GQbMi1Xgu2v6BgGJYNM9F6QJxVETtCVnzmdr9IH1kZab66LhB7YtiguSpbEdsmONyHibaR+4K9ufvzQZtJSxA59w== ci-info: Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu ci-info: +---------+-------------------+---------+---------+ ci-info: | Keytpe | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------+---------+---------+ ci-info: +---------+-------------------+---------+---------+ <14>Jul 28 20:03:59 ec2: <14>Jul 28 20:03:59 ec2: ############################################################# <14>Jul 28 20:03:59 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Jul 28 20:03:59 ec2: 1024 SHA256:dKk8uH+PnWIBYSZ8Trqw5lDoDufIuom9NX8iTpxKZhA root@tempest-serverrescuenegativetestjson-server-736331023 (DSA) <14>Jul 28 20:03:59 ec2: 256 SHA256:lN+mCqGF/6/0IEpMbbQfVbaO40joBf1edjEtRKirbOAroot@tempest-serverrescuenegativetestjson-serve-736331023 (ECDSA) <14>Jul 28 20:03:59 ec2: 256 SHA256:tWUtEu0BwhgVt16SjlcNfGNOhJPi8BbWmUWgqvSBPpc root@tempest-serverrescuenegativetestjson-server-736331023 (ED25519) <14>Jul 28 20:03:59 ec2: 2048 SHA256:erYc/K/EyFu33kUVxXT3+jghBVbttdAa0nYA3h/8WXk root@tempest-serverrescuenegativetestjson-server-736331023 (RSA) <14>Jul 28 20:03:59 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Jul 28 20:0:59 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPY4/rOcpzz7eVJhQASTcqEQXYEZ1ECaOau+qT5701n5BogviDwmYuDGT0vGLusyEUdUR8ognZL/oKYIbaCyHss= root@tempest-serverrescuenegativetestjson-server-736331023 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJz9Hkz3TcihMSW0+t+BP2AxBD0HtCntijXtFTBbHEWr root@tempest-serverrescuenegativetestjson-servr-736331023 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6RUUUhet9/st0TL8eQbQHfSqhk/gMJ0MRI0aPr+hpYl+1R3KPaBwrVENBRo/9UsAfdWc5wNr6dUu3WjFbLgOVn7F6V6E5Ruj3dEqF/X0AwpOHzz1SQh4X3CtuwH0iiS7w0j4S/1ZxdcJQGp3ILES/nLjiDYVQpy0mrKCPNfAuQsRMCMEwsKBhSQxO3dbM+4Mk9CRDrPWpDvR6t9w5dNiBbEOE0WHjbqzd1GGLnPzhNt4gmZlYm/K5Gw7VtjnEDnedenEnN3TO8iQ7oqRx/MObZkX+FR6vGGXYZWzBOC2zC1PSh2ph5+EiVJQHfVH+tzY/TdGpPyh4sT49q+0iEyPb root@tempest-serverrescuenegativetestjson-server-736331023 -----END SSH HOST KEY KEYS----- [ 110.205798] cloud-init[897]: Cloud-init v. 1.2 running 'modules:final' at Thu, 28 Jul 2022 20:03:57 +0000. Up 107.75 seconds. [ 110.370674] cloud-init[897]: Cloud-init v. 18.2 finished at Thu, 28 Jul 2022 20:04:00 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 110.02 seconds [ 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.108000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.112000] tsc: Detected 1995.190 MHz processor [ 0.112000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980760) [ 0.116006] pid_max: default: 32768 minimum: 301 [ 0.120060] Security Framework initialized [ 0.124006] Yama: becoming mindful. [ 0.128052] AppArmor: AppArmor initialized [ 0.132259] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.136109] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140023] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.144011] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.148534] CPU: Physical Processor ID: 0 [ 0.152333] mce: CPU supports 1 MCE banks [ 0.156131] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.160005] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.164006] Spectre V2 : Mitigation: Full generic retpoline [ 0.168004] Speculative Store Bypass: Vulnerable [ 0.206432] Freeing SMP alternatives memory: 36K [ 0.214436] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.216108] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.220064] Hierarchical SRCU implementation. [ 0.228094] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.232005] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.236105] smp: Bringing up secondary CPUs ... [ 0.240049] smp: Brought up 1 node, 1 CPU [ 0.244006] smpboot: Max logical packages: 1 [ 0.248006] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.256206] devtmpfs: initialized [ 0.260087] x86/mm: Memory block size: 128MB [ 0.264254] evm: security.selinux [ 0.268009] evm: security.SMACK64 [ 0.272005] evm: security.SMACK64EXEC [ 0.276004] evm: security.SMACK64TRANSMUTE [ 0.280028] evm: security.SMACK64MMAP [ 0.284004] evm: security.apparmor [ 0.288004] evm: security.ima [ 0.292005] evm: security.capability [ 0.296159] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300017] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.304070] pinctrl core: initialized pinctrl subsystem [ 0.308298] NET: Registered protocol family 16 [ 0.312132] audit: initializing netlink subsys (disabled) [ 0.316221] cpuidle: using governor ladder [ 0.320012] audit: type=2000 audit(1659038671.316:1): state=initialized audit_enabled=0 res=1 [ 0.324034] cpuidle: using governor menu [ 0.328078] ACPI: bus type PCI registered [ 0.332006] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.337627] PCI: Using configuration type 1 for base access [ 0.341576] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.344541] ACPI: Added _OSI(Module Device) [ 0.348010] ACPI: Added _OSI(Processor Device) [ 0.352006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.356005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360049] ACPI: Added _OSI(Linux-Dell-Video) [ 0.370636] ACPI: Interpreter enabled [ 0.372016] ACPI: (supports S0 S5) [ 0.376006] ACPI: Using IOAPIC for interrupt routing [ 0.380067] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.384605] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.461002] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464013] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.468016] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.472026] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.476601] PCI host bridge to bus 0000:00 [ 0.480008] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.484008] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.488007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.492008] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.496032] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.500008] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.556344] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.560007] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.564008] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.568007] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.574661] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.574661] * this clock source is slow. Consider trying other clock sources [ 0.590137] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.647008] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.652036] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.660190] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.664521] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.672327] SCSI subsystem initialized [ 0.676370] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.680000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.680010] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.684033] vgaarb: loaded [ 0.688084] pps_core: LinuxPPS API ver. 1 registered [ 0.692005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.696021] PTP clock support registered [ 0.700097] EDAC MC: Ver: 3.0.0 [ 0.708620] hv_vmbus: Vmbus version:4.0 [ 0.712103] PCI: Using ACPI for IRQ routing [ 0.716740] NetLabel: Initializing [ 0.720014] NetLabel: domain hash size = 128 [ 0.724040] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.728039] NetLabel: unlabeled traffic allowed by default [ 0.732195] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.760024] VFS: Disk quotas dquot_6.6.0 [ 0.765468] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.770638] AppArmor: AppArmor Filesystem Enabled [ 0.775212] pnp: PnP ACPI init [ 0.790098] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.796924] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.802466] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.808434] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.813796] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.818991] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.825241] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.830498] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.836265] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.840341] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.845180] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.855186] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.861835] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.868865] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.875131] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.883154] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.888570] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.894804] pnp: PnP ACPI: found 9 devices [ 0.907034] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.913999] NET: Registered protocol family 2 [ 0.919778] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.925056] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.930707] TCP: Hash tables configured (established 8192 bind 8192) [ 0.936981] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.942584] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.948219] NET: Registered protocol family 1 [ 0.952675] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.959545] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.973158] Unpacking initramfs... [ 1.294682] Freeing initrd memory: 13088K [ 1.300740] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.305572] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.313748] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984dcddca4, max_idle_ns: 881590726873 ns [ 1.326204] Scanning for low memory corruption every 60 seconds [ 1.335420] Initialise system trusted keyrings [ 1.340555] Key type blacklist registered [ 1.345052] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.353288] zbud: loaded [ 1.358291] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.364116] fuse init (API version 7.26) [ 1.369922] Key type asymmetric registered [ 1.374951] Asymmetric key parser 'x509' registered [ 1.379589] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.385645] io scheduler noop registered (default) [ 1.393190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.398847] ACPI: Power Button [PWRF] [ 1.405136] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.440662] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.471164] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.484606] Linux agpgart interface v0.103 [ 1.489473] loop: module loaded [ 1.492949] hv_vmbus: registering driver hv_storvsc [ 1.501064] random: fast init done [ 1.507537] scsi host0: storvsc_host_t [ 1.522602] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.537616] scsi host1: storvsc_host_t [ 1.549107] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.557825] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.565125] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.580912] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.590968] scsi host2: ata_piix [ 1.599884] sd 0:0:0:0: [sda] Write Protect is off [ 1.606608] scsi host3: ata_piix [ 1.610533] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.614428] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.619074] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.635151] libphy: Fixed MDIO Bus: probed [ 1.639804] tun: Universal TUN/TAP device driver, 1.6 [ 1.649018] PPP generic driver version 2.4.2 [ 1.652934] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.676369] sda: sda1 [ 1.683564] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.688304] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.693661] mousedev: PS/2 mouse device common for all mice [ 1.700462] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 1.707089] rtc_cmos 00:00: RTC can wake from S4 [ 1.737590] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 1.742673] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 1.748210] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.754449] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.765567] sd 1:0:0:0: [sdb] Write Protect is off [ 1.775719] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.781207] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 2.728847] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 2.733452] device-mapper: uevent: version 1.0.3 [ 2.737912] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 2.744856] NET: Registered protocol family 10 [ 2.761954] Segment Routing with IPv6 [ 2.766864] sd 1:0:0:0: [sdb] Attached SCSI disk [ 2.772677] NET: Registered protocol family 17 [ 2.778297] Key type dns_resolver registered [ 2.783024] RAS: Correctable Errors collector initialized. [ 2.787628] registered taskstats version 1 [ 2.792619] Loading compiled-in X.509 certificates [ 2.805648] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.810651] zswap: loaded using pool lzo/zbud [ 2.819182] Key type big_key registered [ 2.824390] Key type trusted registered [ 2.831353] Key type encrypted registered [ 2.955801] AppArmor: AppArmor sha1 policy hashing enabled [ 2.960336] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 2.966679] evm: HMAC attrs: 0x1 [ 2.993905] rtc_cmos 00:00: setting system clock to 2022-07-28 20:04:35 UTC (1659038675) [ 3.000322] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.005005] EDD information not available. [ 3.394935] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.410676] ata2.00: configured for MWDMA2 [ 3.430772] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.451713] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.456193] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.467804] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 3.478668] Freeing unused kernel memory: 2248K [ 3.492078] Write protecting the kernel read-only data: 18432k [ 3.497984] Freeing unused kernel memory: 2008K [ 3.503266] Freeing unused kernel memory: 124K [ 3.519213] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.524819] x86/mm: Checking user space page tables [ 3.540805] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.614751] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.620358] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.627417] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.633732] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.640368] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.658705] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.674833] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.681503] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.687611] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.693461] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.841088] hv_utils: Registering HyperV Utility Driver [ 3.845943] hv_vmbus: registering driver hv_util [ 3.861283] hidraw: raw HID events driver (C) Jiri Kosina [ 3.869120] hv_vmbus: registering driver hv_netvsc [ 3.882135] hv_vmbus: registering driver hyperv_keyboard [ 3.911047] hv_vmbus: registering driver hid_hyperv [ 3.976261] 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 [ 3.984359] hv_utils: Heartbeat IC version 3.0 [ 3.992679] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.032639] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.080189] hv_utils: Shutdown IC version 3.0 [ 4.090961] hv_utils: TimeSync IC version 4.0 [ 4.110355] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.310222] raid6: sse2x1 gen() 3301 MB/s [ 4.364049] raid6: sse2x1 xor() 3342 MB/s [ 4.420208] raid6: sse2x2 gen() 4817 MB/s [ 4.472038] raid6: sse2x2 xor() 4329 MB/s [ 4.524036] raid6: sse2x4 gen() 7128 MB/s [ 4.576035] raid6: sse2x4 xor() 5237 MB/s [ 4.581163] raid6: using algorithm sse2x4 gen() 7128 MB/s [ 4.587012] raid6: .... xor() 5237 MB/s, rmw enabled [ 4.593855] raid6: using intx1 recovery algorithm [ 4.605959] xor: measuring software checksum speed [ 4.648032] prefetch64-sse: 10128.000 MB/sec [ 4.692037] generic_sse: 9411.000 MB/sec [ 4.697038] xor: using function: prefetch64-sse (10128.000 MB/sec) [ 4.706157] 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 ... [ 4.910132] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.111717] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 5.117596] EXT4-fs (sda1): write access will be enabled during recovery [ 5.402135] EXT4-fs (sda1): recovery complete [ 5.419823] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 5.763473] 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) [ 5.773801] systemd[1]: Detected virtualization microsoft. [ 5.778779] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 5.817651] systemd[1]: Set hostname to <tempest-serverrescuenegativetestjson-server-736331023>. [ 6.364988] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 6.424237] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 6.471654] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 6.520818] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 6.570572] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 6.627626] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Created slice System Slice. Starting Load Kernel Modules... [[0;32m OK [0m] Created slice system-getty.slice.[ 6.991344] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 7.050160] iscsi: registered transport (tcp) Mounting Debug File System... [ 7.099200] iscsi: registered transport (iser) Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Reached target Encrypted Volumes. Mounting Huge Pages File System... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 7.264817] EXT4-fs (sda1): re-mounted. Opts: (null) Mounting POSIX Message Queue File System... [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). Starting Journal Service... [[0;32m OK [0m] Created slice User and Session lice. [[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 Load Kernel Modules. [[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 [0m] Started LVM2 metadata daemon. Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Initial cloud-init job (pre-networking)... Starting Create Static Device Nodes in /dev... Mounting Configuration File System... Starting Apply Kernel Variables... Mounting FUSE Control File System... 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 Load/Save Random Seed. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. 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 Create Volatile Files and Directories... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started udev Kernel Device Manager. [[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 Network Time Synchronization. [[0;32m OK [0m] Started Update TMP about System Boot/Shutdown. [[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] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /sys/subsystem/net/devices/eth0. [ 13.603135] cloud-init[347]: Cloud-init v. 18.2 running 'init-local' at Thu, 28 Jul 2022 20:04:44 +0000. Up 11.72 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started ifup for eth0. 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. [ 17.356992] cloud-init[690]: Cloud-init v. 18.2 running 'init' at Thu, 28 Jul 2022 20:04:48 +0000. Up 15.35 seconds. [ 17.465486] cloud-init[690]: [ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [ 17.596706] [cloud-init[0;32m OK [0m[690]: ] ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Reached target Cloud-config availability. [[0;32m OK [0m[ 17.744510] cloud-init] [690]: Reached target System Initialization.ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [[ 17.842403] [0;32m OK [0mcloud-init] [690]: Started Daily apt download activities.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [[0;32m OK [0m ] Started Daily apt upgrade and clean activities.[ 17.978724] cloud-init [690]: [ci-info: | eth0 | True | 172.20.0.5 | 255.255.255.240 | . | fa:16:3e:e6:3e:2a |[0;32m OK [0m] Listening on ACPID Listen Socket. [ 18.096759] cloud-init[690]: [ci-info: | eth0 | True | fe80::f816:3eff:fee6:3e2a/64 | . | link | fa:16:3e:e6:3e:2a |[0;32m OK [0m] Started ACPI Events Check.[ 18.186761] cloud-init[[690]: [0;32m OK [0mci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |] Reached target Paths. [ 18.298797] [cloud-init[0;32m OK [0m[690]: ] ci-info: | lo | True | ::1/128 | . | host | . |Listening on D-Bus System Message Bus Socket. [[ 18.452431] [0;32m OK [0mcloud-init] [690]: Started Daily Cleanup of Temporary Directories.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [[0;32m OK [0m[ 18.574189] cloud-init] Reached target Timers.[690]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[ [0;32m OK [0m[ 18.702786] ] Reached target Sockets.cloud-init[690]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m ] [ 18.805438] Reached target Basic System.cloud-init [690]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Starting LSB: Record successful boot for GRUB... [ 18.904223] [cloud-init[0;32m OK [0m[690]: ] ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Started D-Bus System Message Bus. [ 19.022325] cloud-init[690]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 19.096611] cloud-init[690]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.25 | eth0 | UGH | [ 19.150790] cloud-init[690]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 19.204498] cloud-init[690]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started ACPI event daemon. Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Regular background program processing daemon. Starting Login Service... [[0;32m OK [0m] Reached target etwork is Online. Starting Apply the settings specified in cloud-config... Starting OpenBSD Secure Shell server... Starting /etc/rc.local Compatibility... Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Started 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 LSB: Record successful boot for GRUB. [[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 Systems. Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting Permit User Sessions... Starting LSB: automatic crash report generation... [[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] Created slice User Slice of ubuntu. Starting User Manager for UID 1000... [[0;32m OK [0m] Started Session 1 of user ubuntu. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started User Manager for UID 1000. [[0;32m OK [0m] Started LSB: automatic crash report generation. [[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 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. [ 22.929493] cloud-init[745]: Cloud-init v. 18.2 running 'modules:config' at Thu, 28 Jul 2022 20:04:53 +0000. Up 20.87 seconds.[ [0;32m OK [0m] Started Apply the settings specified in cloud-config. Starting Execut cloud user/final scripts... [ 24.335392] cloud-init[879]: Cloud-init v. 18.2 running 'modules:final' at Thu, 28 Jul 2022 20:04:56 +0000. Up 23.62 seconds. [[0;32m OK [0m[ 24.471649] ] cloud-initStarted Execute cloud user/final scripts.[879]: Cloud-init v. 18.2 finished at Thu, 28 Jul 2022 20:04:56 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 24.21 seconds [ [0;32m OK [0m] Reached target Cloud-init target. Ubuntu 16.04.4 LTS tempest-serverrescuenegativetestjson-server-736331023 ttyS0 tempest-serverrescuenegativetestjson-server-736331023 login: 2022-07-28 20:20:51,730 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 3.659s 2022-07-28 20:20:51,730 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e874a391-5b9d-49f2-b222-101087e02c0f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e874a391-5b9d-49f2-b222-101087e02c0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:08:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "attachment_id": "b4031b3a-dd9c-46d3-aab6-033ca803c051", "volume_id": "ead09975-af7f-40eb-ae0c-70936b340da0", "server_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:03:01.000000"}], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:21:52,800 118658 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:22:51,843 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 119.096s 2022-07-28 20:22:51,843 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e77bd58b-c780-46f4-84f9-86da1071e5c4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e77bd58b-c780-46f4-84f9-86da1071e5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:08:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "attachment_id": "b4031b3a-dd9c-46d3-aab6-033ca803c051", "volume_id": "ead09975-af7f-40eb-ae0c-70936b340da0", "server_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:03:01.000000"}], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:23:52,912 118658 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:24:04,786 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 71.931s 2022-07-28 20:24:04,786 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b7495e2-d22b-4fc3-85ae-2ba44a8664d7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b7495e2-d22b-4fc3-85ae-2ba44a8664d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:08:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "attachment_id": "b4031b3a-dd9c-46d3-aab6-033ca803c051", "volume_id": "ead09975-af7f-40eb-ae0c-70936b340da0", "server_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:03:01.000000"}], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:24:51,931 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 46.132s 2022-07-28 20:24:51,932 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e6cc8f7-6a51-4b34-a095-0bba72114626', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e6cc8f7-6a51-4b34-a095-0bba72114626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:08:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "attachment_id": "b4031b3a-dd9c-46d3-aab6-033ca803c051", "volume_id": "ead09975-af7f-40eb-ae0c-70936b340da0", "server_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:03:01.000000"}], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:24:52,995 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 0.052s 2022-07-28 20:24:52,996 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d5f2f7d-b166-45a5-966e-720f34e9cc9c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d5f2f7d-b166-45a5-966e-720f34e9cc9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:08:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "attachment_id": "b4031b3a-dd9c-46d3-aab6-033ca803c051", "volume_id": "ead09975-af7f-40eb-ae0c-70936b340da0", "server_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:03:01.000000"}], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' 2022-07-28 20:25:54,069 118658 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 2022-07-28 20:26:53,807 118658 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0 119.799s 2022-07-28 20:26:53,807 118658 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97187a1c-b917-4d14-8258-684c496b4845', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97187a1c-b917-4d14-8258-684c496b4845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0'} Body: b'{"volume": {"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:22.000000", "updated_at": "2022-07-28T20:08:01.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1929069132", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4cc8b359904d4304a7b25954a46ae97b/volumes/ead09975-af7f-40eb-ae0c-70936b340da0"}], "user_id": "5be80ca35c954fdb963d6dc278fd62d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ead09975-af7f-40eb-ae0c-70936b340da0", "attachment_id": "b4031b3a-dd9c-46d3-aab6-033ca803c051", "volume_id": "ead09975-af7f-40eb-ae0c-70936b340da0", "server_id": "0038fe10-b9ea-4fe0-a220-9c2ab37f67ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:03:01.000000"}], "os-vol-tenant-attr:tenant_id": "4cc8b359904d4304a7b25954a46ae97b"}}' }}} 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 ead09975-af7f-40eb-ae0c-70936b340da0 failed to detach from server 0038fe10-b9ea-4fe0-a220-9c2ab37f67ed 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 ead09975-af7f-40eb-ae0c-70936b340da0 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/base.py", line 565, in _detach_volume self.servers_client.detach_volume(server['id'], volume['id']) 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 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: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be 'in-use' and attach_status must be 'attached' to detach. (HTTP 400) (Request-ID: req-294376cc-1b7f-4525-bd3c-28d60d13594e)"} |
||||||
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] |
pass
pt7.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft7.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-28 20:03:06,426 118660 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-28 20:03:06,427 118660 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-28 20:03:06,481 118660 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.051s 2022-07-28 20:03:06,481 118660 DEBUG [tempest.lib.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-448301370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDbMy/B9pJsjLynL/+NYWKGg+mxJq41RnucbmtjoW7HP3inxicuU4eKrDy6nmBR79gVYMSChaYTWz33f0rUR6WctGK7pnIU+f+v8J9XSr8gz58RY/MWLKTBdoqOOh5paJA=="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:06 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-c14d41f1-f28b-4033-a5c6-ed8ee7717846', 'x-compute-request-id': 'req-c14d41f1-f28b-4033-a5c6-ed8ee7717846', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-448301370", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDbMy/B9pJsjLynL/+NYWKGg+mxJq41RnucbmtjoW7HP3inxicuU4eKrDy6nmBR79gVYMSChaYTWz33f0rUR6WctGK7pnIU+f+v8J9XSr8gz58RY/MWLKTBdoqOOh5paJA==", "fingerprint": "b0:45:fa:1b:76:19:79:90:ea:dd:c0:63:26:22:28:ce", "user_id": "4e0e1988c7f44d5198811aca33e1345e"}}' 2022-07-28 20:03:06,484 118660 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-448301370 created 2022-07-28 20:03:06,619 118660 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.134s 2022-07-28 20:03:06,619 118660 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--1086542947", "description": "tempest-description--1847506135"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-13537adc-9df6-48b6-bc6c-7350063b43d5', 'date': 'Thu, 28 Jul 2022 20:03:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "fcd8448e-77fc-4690-94a4-66bc7973e137", "name": "tempest-securitygroup--1086542947", "stateful": true, "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "description": "tempest-description--1847506135", "shared": false, "security_group_rules": [{"id": "786b2af9-3ca3-4b32-9903-df3bee2c83c7", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "security_group_id": "fcd8448e-77fc-4690-94a4-66bc7973e137", "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": 480, "description": null, "tags": [], "created_at": "2022-07-28T20:03:06Z", "updated_at": "2022-07-28T20:03:06Z", "revision_number": 0, "project_id": "70cb4fda232e46b6842f8aa7840e48a7"}, {"id": "d5c03294-0037-4cff-a4cb-4c15b0f30ba5", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "security_group_id": "fcd8448e-77fc-4690-94a4-66bc7973e137", "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": 479, "description": null, "tags": [], "created_at": "2022-07-28T20:03:06Z", "updated_at": "2022-07-28T20:03:06Z", "revision_number": 0, "project_id": "70cb4fda232e46b6842f8aa7840e48a7"}], "tags": [], "created_at": "2022-07-28T20:03:06Z", "updated_at": "2022-07-28T20:03:06Z", "revision_number": 1, "project_id": "70cb4fda232e46b6842f8aa7840e48a7"}}' 2022-07-28 20:03:06,745 118660 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.125s 2022-07-28 20:03:06,746 118660 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": "fcd8448e-77fc-4690-94a4-66bc7973e137", "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-f1ba2bdb-1e17-4a7a-9a32-d64e6f62e64c', 'date': 'Thu, 28 Jul 2022 20:03:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "78e24599-699e-4a51-a268-ea29ba4d7de2", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "security_group_id": "fcd8448e-77fc-4690-94a4-66bc7973e137", "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-28T20:03:06Z", "updated_at": "2022-07-28T20:03:06Z", "revision_number": 0, "project_id": "70cb4fda232e46b6842f8aa7840e48a7"}}' 2022-07-28 20:03:06,869 118660 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.123s 2022-07-28 20:03:06,870 118660 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": "fcd8448e-77fc-4690-94a4-66bc7973e137", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e156f3d9-62f5-4d5b-8069-36ec45c8268d', 'date': 'Thu, 28 Jul 2022 20:03:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9aa29914-372d-430c-a3fc-d1df33b1d913", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "security_group_id": "fcd8448e-77fc-4690-94a4-66bc7973e137", "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-28T20:03:06Z", "updated_at": "2022-07-28T20:03:06Z", "revision_number": 0, "project_id": "70cb4fda232e46b6842f8aa7840e48a7"}}' 2022-07-28 20:03:06,870 118660 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1086542947 created 2022-07-28 20:03:07,676 118660 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/floatingips 0.805s 2022-07-28 20:03:07,676 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-656dd47f-1fbf-4364-bf50-c4a32ae05a0b', 'date': 'Thu, 28 Jul 2022 20:03:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "88566ddb-6e98-46d1-ac90-d027ad3f9d48", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "floating_ip_address": "172.27.0.87", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "70cb4fda232e46b6842f8aa7840e48a7", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-28T20:03:07Z", "updated_at": "2022-07-28T20:03:07Z", "revision_number": 0}}' 2022-07-28 20:03:07,677 118660 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '88566ddb-6e98-46d1-ac90-d027ad3f9d48', 'tenant_id': '70cb4fda232e46b6842f8aa7840e48a7', 'floating_ip_address': '172.27.0.87', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70cb4fda232e46b6842f8aa7840e48a7', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:03:07Z', 'updated_at': '2022-07-28T20:03:07Z', 'revision_number': 0, 'ip': '172.27.0.87'} created 2022-07-28 20:03:07,764 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.081s 2022-07-28 20:03:07,764 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a0879fbe-7170-4dff-a2e3-feddd096ef77', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4e0e1988c7f44d5198811aca33e1345e", "name": "tempest-AttachVolumeShelveTestJSON-82724451-project", "password_expires_at": null}, "audit_ids": ["Kxy7AKDXSHuiJBq2jJ77Hw"], "expires_at": "2022-07-28T21:03:07.000000Z", "issued_at": "2022-07-28T20:03:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70cb4fda232e46b6842f8aa7840e48a7", "name": "tempest-AttachVolumeShelveTestJSON-82724451"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/70cb4fda232e46b6842f8aa7840e48a7", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/70cb4fda232e46b6842f8aa7840e48a7", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/70cb4fda232e46b6842f8aa7840e48a7", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_70cb4fda232e46b6842f8aa7840e48a7", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:03:07,765 118660 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '84a9a07b-45bb-4ad4-8977-5e4500a589e4', 'name': 'tempest-AttachVolumeShelveTestJSON-773186795-network', 'tenant_id': '70cb4fda232e46b6842f8aa7840e48a7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '70cb4fda232e46b6842f8aa7840e48a7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 222, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T19:58:17Z', 'updated_at': '2022-07-28T19:58:17Z', 'revision_number': 1} available for tenant 2022-07-28 20:03:07,765 118660 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-448301370', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDbMy/B9pJsjLynL/+NYWKGg+mxJq41RnucbmtjoW7HP3inxicuU4eKrDy6nmBR79gVYMSChaYTWz33f0rUR6WctGK7pnIU+f+v8J9XSr8gz58RY/MWLKTBdoqOOh5paJA==', 'fingerprint': 'b0:45:fa:1b:76:19:79:90:ea:dd:c0:63:26:22:28:ce', 'user_id': '4e0e1988c7f44d5198811aca33e1345e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDfFGStD47k+k4CB4d3KDDsVs+rnQP+lkxzb49RV2VG/mUC2hI+U0Dy\nE4qI0RttmMCgBwYFK4EEACKhZANiAAQ2zMvwfaSbIy8py//jWFihoPpsSauNUZ7n\nG5rY6Fuxz94p8YnLlOHiqw8up5gUe/YFWDEgoWmE1s9939K1EelnLRiu6ZyFPn/r\n/CfV0q/IM+fEWPzFiykwXaKjjoeaWiQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fcd8448e-77fc-4690-94a4-66bc7973e137', 'name': 'tempest-securitygroup--1086542947', 'stateful': True, 'tenant_id': '70cb4fda232e46b6842f8aa7840e48a7', 'description': 'tempest-description--1847506135', 'shared': False, 'security_group_rules': [{'id': '786b2af9-3ca3-4b32-9903-df3bee2c83c7', 'tenant_id': '70cb4fda232e46b6842f8aa7840e48a7', 'security_group_id': 'fcd8448e-77fc-4690-94a4-66bc7973e137', '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': 480, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:03:06Z', 'updated_at': '2022-07-28T20:03:06Z', 'revision_number': 0, 'project_id': '70cb4fda232e46b6842f8aa7840e48a7'}, {'id': 'd5c03294-0037-4cff-a4cb-4c15b0f30ba5', 'tenant_id': '70cb4fda232e46b6842f8aa7840e48a7', 'security_group_id': 'fcd8448e-77fc-4690-94a4-66bc7973e137', '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': 479, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:03:06Z', 'updated_at': '2022-07-28T20:03:06Z', 'revision_number': 0, 'project_id': '70cb4fda232e46b6842f8aa7840e48a7'}], 'tags': [], 'created_at': '2022-07-28T20:03:06Z', 'updated_at': '2022-07-28T20:03:06Z', 'revision_number': 1, 'project_id': '70cb4fda232e46b6842f8aa7840e48a7'}, 'floating_ip': {'id': '88566ddb-6e98-46d1-ac90-d027ad3f9d48', 'tenant_id': '70cb4fda232e46b6842f8aa7840e48a7', 'floating_ip_address': '172.27.0.87', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70cb4fda232e46b6842f8aa7840e48a7', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:03:07Z', 'updated_at': '2022-07-28T20:03:07Z', 'revision_number': 0, 'ip': '172.27.0.87'}} 2022-07-28 20:03:08,543 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.67/compute/v2.1/servers 0.777s 2022-07-28 20:03:08,544 118660 DEBUG [tempest.lib.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-1673816209", "imageRef": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "84a9a07b-45bb-4ad4-8977-5e4500a589e4"}], "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "key_name": "tempest-keypair-448301370", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b2bf4ab-9aec-40a2-8837-92a99f653092', 'x-compute-request-id': 'req-9b2bf4ab-9aec-40a2-8837-92a99f653092', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "adminPass": "password"}}' 2022-07-28 20:03:08,623 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.076s 2022-07-28 20:03:08,624 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0474c359-0553-4885-aa2c-9a7662d1a7f8', 'x-compute-request-id': 'req-0474c359-0553-4885-aa2c-9a7662d1a7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:09Z", "updated": "2022-07-28T20:03:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:09,732 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.094s 2022-07-28 20:03:09,733 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-393171cf-8527-4ba9-bdc8-f4d9a7333b9e', 'x-compute-request-id': 'req-393171cf-8527-4ba9-bdc8-f4d9a7333b9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:10,857 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.110s 2022-07-28 20:03:10,857 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a23751e4-69ac-4f04-9a5b-0f0c8dbc83c9', 'x-compute-request-id': 'req-a23751e4-69ac-4f04-9a5b-0f0c8dbc83c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:11,993 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.120s 2022-07-28 20:03:11,993 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e41985-e78d-4e55-9e60-286f4fcb70d0', 'x-compute-request-id': 'req-75e41985-e78d-4e55-9e60-286f4fcb70d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:13,100 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.092s 2022-07-28 20:03:13,100 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5df9a71-f677-47ea-822b-6e3da017429d', 'x-compute-request-id': 'req-b5df9a71-f677-47ea-822b-6e3da017429d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:14,206 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:14,206 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae4e74e0-e106-42cb-a997-3730b35a3759', 'x-compute-request-id': 'req-ae4e74e0-e106-42cb-a997-3730b35a3759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:15,431 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.210s 2022-07-28 20:03:15,431 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5bb49ee-8fde-4b45-97c6-34653c257fdc', 'x-compute-request-id': 'req-e5bb49ee-8fde-4b45-97c6-34653c257fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:16,533 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.087s 2022-07-28 20:03:16,533 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6723fd3-fdfa-4216-a1dd-690f9b797d43', 'x-compute-request-id': 'req-b6723fd3-fdfa-4216-a1dd-690f9b797d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:17,635 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.087s 2022-07-28 20:03:17,635 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d703834-912d-4dfc-aefb-cd54df923f93', 'x-compute-request-id': 'req-8d703834-912d-4dfc-aefb-cd54df923f93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:18,743 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.093s 2022-07-28 20:03:18,743 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd0f76d7-b6c0-45b1-950f-029036e30bfb', 'x-compute-request-id': 'req-fd0f76d7-b6c0-45b1-950f-029036e30bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:19,857 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.100s 2022-07-28 20:03:19,858 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d20fb77c-a541-4c53-994d-802be0b61da9', 'x-compute-request-id': 'req-d20fb77c-a541-4c53-994d-802be0b61da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:20,961 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.089s 2022-07-28 20:03:20,962 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ebd62c2-d06e-4ad3-9fa4-c3bdca28f602', 'x-compute-request-id': 'req-8ebd62c2-d06e-4ad3-9fa4-c3bdca28f602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:22,064 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.089s 2022-07-28 20:03:22,065 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dff9b6d-6943-4192-b8b0-12cfb5bb10fc', 'x-compute-request-id': 'req-7dff9b6d-6943-4192-b8b0-12cfb5bb10fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:23,170 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:23,170 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33cce359-8769-4e7e-b0cf-abbd20606d5d', 'x-compute-request-id': 'req-33cce359-8769-4e7e-b0cf-abbd20606d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:24,287 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.102s 2022-07-28 20:03:24,287 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26336412-97d2-410f-8c60-312581b73059', 'x-compute-request-id': 'req-26336412-97d2-410f-8c60-312581b73059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:25,393 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.091s 2022-07-28 20:03:25,393 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0d6931a-1abd-4de4-b99a-417e9137a4a5', 'x-compute-request-id': 'req-e0d6931a-1abd-4de4-b99a-417e9137a4a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:26,505 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.097s 2022-07-28 20:03:26,506 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd8cdcd3-8b18-421f-8c9b-7b51be12f03d', 'x-compute-request-id': 'req-dd8cdcd3-8b18-421f-8c9b-7b51be12f03d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:27,668 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.141s 2022-07-28 20:03:27,669 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92b3cd15-4a2c-425b-866b-c65956918ef0', 'x-compute-request-id': 'req-92b3cd15-4a2c-425b-866b-c65956918ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:28,774 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.091s 2022-07-28 20:03:28,775 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-929b38b2-6a1a-4abf-b71a-aa1f1f06f007', 'x-compute-request-id': 'req-929b38b2-6a1a-4abf-b71a-aa1f1f06f007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:29,878 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.089s 2022-07-28 20:03:29,878 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16aaedb8-73b3-4ff0-9fd0-0319a4cc9dd2', 'x-compute-request-id': 'req-16aaedb8-73b3-4ff0-9fd0-0319a4cc9dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:30,983 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.088s 2022-07-28 20:03:30,984 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40958482-e067-4758-985d-b1eec6356d0f', 'x-compute-request-id': 'req-40958482-e067-4758-985d-b1eec6356d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:32,088 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:32,089 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d06bc0e3-3ce7-4a55-bf98-12fa25c17310', 'x-compute-request-id': 'req-d06bc0e3-3ce7-4a55-bf98-12fa25c17310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:33,190 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.087s 2022-07-28 20:03:33,191 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eca4f212-2071-48bc-8c57-317361811b51', 'x-compute-request-id': 'req-eca4f212-2071-48bc-8c57-317361811b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:34,292 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.087s 2022-07-28 20:03:34,293 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8ac2ce3-478b-4618-8f38-5eea26f6d60d', 'x-compute-request-id': 'req-a8ac2ce3-478b-4618-8f38-5eea26f6d60d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:35,398 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:35,398 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-577c7041-2e21-424d-8501-b85f413c5702', 'x-compute-request-id': 'req-577c7041-2e21-424d-8501-b85f413c5702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:36,499 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.087s 2022-07-28 20:03:36,500 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2b8aa7e-2f5a-4379-9ce4-41d1f4cbd66a', 'x-compute-request-id': 'req-d2b8aa7e-2f5a-4379-9ce4-41d1f4cbd66a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:37,604 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:37,604 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f9fbacd-d759-4f27-ad0e-4c3070c17d06', 'x-compute-request-id': 'req-3f9fbacd-d759-4f27-ad0e-4c3070c17d06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:38,713 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.093s 2022-07-28 20:03:38,713 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cda3c5e9-e160-4904-a2eb-f78b97ff045b', 'x-compute-request-id': 'req-cda3c5e9-e160-4904-a2eb-f78b97ff045b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:39,818 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:39,818 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-113df993-424e-468c-87c4-c92dc57332e3', 'x-compute-request-id': 'req-113df993-424e-468c-87c4-c92dc57332e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:40,920 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.087s 2022-07-28 20:03:40,920 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32588bae-fd49-4fda-90d9-f8335ac51e20', 'x-compute-request-id': 'req-32588bae-fd49-4fda-90d9-f8335ac51e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:42,030 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.094s 2022-07-28 20:03:42,030 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94a9c9e2-05fc-4f80-845e-0884db56c386', 'x-compute-request-id': 'req-94a9c9e2-05fc-4f80-845e-0884db56c386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:43,132 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.087s 2022-07-28 20:03:43,133 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10abf6b1-f764-4daf-a606-28365716a9e3', 'x-compute-request-id': 'req-10abf6b1-f764-4daf-a606-28365716a9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:44,234 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.087s 2022-07-28 20:03:44,234 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23f5ecfc-94d6-45c2-93dc-b4201501a819', 'x-compute-request-id': 'req-23f5ecfc-94d6-45c2-93dc-b4201501a819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:45,368 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.120s 2022-07-28 20:03:45,369 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f223a88f-7eb2-4b5f-9992-06ea2a8b66d5', 'x-compute-request-id': 'req-f223a88f-7eb2-4b5f-9992-06ea2a8b66d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:46,684 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.300s 2022-07-28 20:03:46,685 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5eeb9e79-c680-4a13-96d1-d67a57ac425a', 'x-compute-request-id': 'req-5eeb9e79-c680-4a13-96d1-d67a57ac425a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:47,788 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.088s 2022-07-28 20:03:47,788 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8bea932-6f42-4597-936e-f49b9ef1840a', 'x-compute-request-id': 'req-b8bea932-6f42-4597-936e-f49b9ef1840a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:48,891 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.089s 2022-07-28 20:03:48,892 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfb225c8-3ce2-4381-91b2-8db659fce6bd', 'x-compute-request-id': 'req-bfb225c8-3ce2-4381-91b2-8db659fce6bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:49,997 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.091s 2022-07-28 20:03:49,997 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-714a790d-43c3-44b1-958e-69ae52c4a769', 'x-compute-request-id': 'req-714a790d-43c3-44b1-958e-69ae52c4a769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:51,101 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:51,102 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc46e897-bf57-4a4d-b26f-97fc43a856fe', 'x-compute-request-id': 'req-fc46e897-bf57-4a4d-b26f-97fc43a856fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:52,206 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:52,207 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f6af5e0-03d5-4f5f-8daa-4ea7e54a9d3f', 'x-compute-request-id': 'req-8f6af5e0-03d5-4f5f-8daa-4ea7e54a9d3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:53,310 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.088s 2022-07-28 20:03:53,311 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa235068-2c1c-4dfc-8506-222442c0b755', 'x-compute-request-id': 'req-fa235068-2c1c-4dfc-8506-222442c0b755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:54,412 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.088s 2022-07-28 20:03:54,413 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c973297-9086-4373-a704-d3166242f072', 'x-compute-request-id': 'req-1c973297-9086-4373-a704-d3166242f072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:55,517 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:55,517 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-757413e3-8306-445a-a920-bbb7c5ba0b16', 'x-compute-request-id': 'req-757413e3-8306-445a-a920-bbb7c5ba0b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:56,622 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.090s 2022-07-28 20:03:56,623 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ec93158-c843-483a-a220-2058dc10dabc', 'x-compute-request-id': 'req-4ec93158-c843-483a-a220-2058dc10dabc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:57,740 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.102s 2022-07-28 20:03:57,740 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47aa8916-62ea-4719-ac76-8cccdea1aca5', 'x-compute-request-id': 'req-47aa8916-62ea-4719-ac76-8cccdea1aca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:58,849 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.095s 2022-07-28 20:03:58,849 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3be3030-a036-4f90-a293-0f8b6942e834', 'x-compute-request-id': 'req-c3be3030-a036-4f90-a293-0f8b6942e834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:03:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:03:58,862 118660 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 50 second wait 2022-07-28 20:04:00,019 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.155s 2022-07-28 20:04:00,019 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58152c71-cd32-4f78-b0bc-e820c09f5252', 'x-compute-request-id': 'req-58152c71-cd32-4f78-b0bc-e820c09f5252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-28 20:04:00,035 118660 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 52 second wait 2022-07-28 20:04:01,148 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.112s 2022-07-28 20:04:01,149 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a014d02-f38d-4629-b7ec-d5687744f52f', 'x-compute-request-id': 'req-2a014d02-f38d-4629-b7ec-d5687744f52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:04:01,163 118660 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 53 second wait 2022-07-28 20:04:02,275 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.110s 2022-07-28 20:04:02,275 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4091c72-0115-452f-936e-7ee3fa4b00a0', 'x-compute-request-id': 'req-f4091c72-0115-452f-936e-7ee3fa4b00a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "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-28 20:04:03,457 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.166s 2022-07-28 20:04:03,458 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7594631-af07-43f4-b6df-0eb1a269bf20', 'x-compute-request-id': 'req-e7594631-af07-43f4-b6df-0eb1a269bf20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "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-28 20:04:04,632 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.158s 2022-07-28 20:04:04,633 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc8b03ce-c795-498d-a868-d650aa404445', 'x-compute-request-id': 'req-dc8b03ce-c795-498d-a868-d650aa404445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "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-28 20:04:05,802 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.155s 2022-07-28 20:04:05,803 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c4df3f2-602c-4591-8dfb-36ef24d5e6f7', 'x-compute-request-id': 'req-1c4df3f2-602c-4591-8dfb-36ef24d5e6f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "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-28 20:04:06,975 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.158s 2022-07-28 20:04:06,975 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1bfa938-69ee-43f3-994f-d05c0e7818cb', 'x-compute-request-id': 'req-e1bfa938-69ee-43f3-994f-d05c0e7818cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "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-28 20:04:08,160 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.172s 2022-07-28 20:04:08,161 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-555d94bf-408d-476b-ade1-6a59aa006e1f', 'x-compute-request-id': 'req-555d94bf-408d-476b-ade1-6a59aa006e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "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-28 20:04:09,334 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.157s 2022-07-28 20:04:09,334 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a6b437d-c8be-4d08-a2bf-05fae8cc6c68', 'x-compute-request-id': 'req-5a6b437d-c8be-4d08-a2bf-05fae8cc6c68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "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-28 20:04:10,523 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.175s 2022-07-28 20:04:10,524 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6707025a-7132-479f-a3fd-247a0b75cb5d', 'x-compute-request-id': 'req-6707025a-7132-479f-a3fd-247a0b75cb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "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-28 20:04:11,698 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.160s 2022-07-28 20:04:11,698 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e6f2368-c258-46c5-8240-dc78ab980832', 'x-compute-request-id': 'req-0e6f2368-c258-46c5-8240-dc78ab980832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "BUILD", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "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-28 20:04:12,874 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.160s 2022-07-28 20:04:12,874 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:12 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-99194a19-ca7c-49c4-84bf-1ebb4acd56f6', 'x-compute-request-id': 'req-99194a19-ca7c-49c4-84bf-1ebb4acd56f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "ACTIVE", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:04:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-773186795-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:4f:5c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": "2022-07-28T20:04:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "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-28 20:04:12,887 118660 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 64 second wait 2022-07-28 20:04:12,986 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2/os-interface 0.097s 2022-07-28 20:04:12,986 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dd788d9-1461-427b-bdf6-ecf208d34cf2', 'x-compute-request-id': 'req-7dd788d9-1461-427b-bdf6-ecf208d34cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "84a9a07b-45bb-4ad4-8977-5e4500a589e4", "port_id": "a128fb35-f85e-4481-9721-b707261faadd", "mac_addr": "fa:16:3e:53:4f:5c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "2ea28c28-fc80-4652-9531-7a49a561ec09", "ip_address": "172.20.0.6"}]}]}' 2022-07-28 20:04:14,235 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/88566ddb-6e98-46d1-ac90-d027ad3f9d48 1.244s 2022-07-28 20:04:14,236 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "a128fb35-f85e-4481-9721-b707261faadd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-69edf9bd-060d-447b-96dc-5a9c5dbbe712', 'date': 'Thu, 28 Jul 2022 20:04:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/88566ddb-6e98-46d1-ac90-d027ad3f9d48'} Body: b'{"floatingip": {"id": "88566ddb-6e98-46d1-ac90-d027ad3f9d48", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "floating_ip_address": "172.27.0.87", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": "1b85ac9e-c0e4-49f8-80d9-c818ca881581", "port_id": "a128fb35-f85e-4481-9721-b707261faadd", "fixed_ip_address": "172.20.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "84a9a07b-45bb-4ad4-8977-5e4500a589e4", "mac_address": "fa:16:3e:53:4f:5c", "admin_state_up": true, "status": "ACTIVE", "device_id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-28T20:03:07Z", "updated_at": "2022-07-28T20:04:13Z", "revision_number": 1, "project_id": "70cb4fda232e46b6842f8aa7840e48a7"}}' 2022-07-28 20:04:14,237 118660 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.87:22' as 'ubuntu' with public key authentication 2022-07-28 20:04:18,172 118660 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.87 ([Errno None] Unable to connect to port 22 on 172.27.0.87). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:04:23,740 118660 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.87 ([Errno None] Unable to connect to port 22 on 172.27.0.87). Number attempts: 2. Retry after 3 seconds. 2022-07-28 20:04:30,300 118660 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.87 ([Errno None] Unable to connect to port 22 on 172.27.0.87). Number attempts: 3. Retry after 4 seconds. 2022-07-28 20:04:37,884 118660 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.87 ([Errno None] Unable to connect to port 22 on 172.27.0.87). Number attempts: 4. Retry after 5 seconds. 2022-07-28 20:04:43,391 118660 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.87 ([Errno None] Unable to connect to port 22 on 172.27.0.87). Number attempts: 5. Retry after 6 seconds. 2022-07-28 20:04:49,971 118660 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:04:50,313 118660 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:04:50,313 118660 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.87 successfully created 2022-07-28 20:04:50,354 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2/ips 0.039s 2022-07-28 20:04:50,354 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a4d7b46-c12b-4334-874e-2615b983d172', 'x-compute-request-id': 'req-0a4d7b46-c12b-4334-874e-2615b983d172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-773186795-network": [{"version": 4, "addr": "172.20.0.6"}, {"version": 4, "addr": "172.27.0.87"}]}}' 2022-07-28 20:05:50,549 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.124s 2022-07-28 20:05:50,550 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:50 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-efa0849a-eb2b-4bce-92f4-d703636e87e2', 'x-compute-request-id': 'req-efa0849a-eb2b-4bce-92f4-d703636e87e2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'' 2022-07-28 20:05:50,782 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.232s 2022-07-28 20:05:50,783 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:50 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-a41d5939-85c1-48af-9f4c-a488dc790e62', 'x-compute-request-id': 'req-a41d5939-85c1-48af-9f4c-a488dc790e62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "ACTIVE", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:05:50Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-773186795-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:4f:5c"}, {"version": 4, "addr": "172.27.0.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:4f:5c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": "2022-07-28T20:04:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-28 20:05:52,020 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.222s 2022-07-28 20:05:52,020 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:51 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-10ffacda-5565-4a42-a84c-07752a7eedfa', 'x-compute-request-id': 'req-10ffacda-5565-4a42-a84c-07752a7eedfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "ACTIVE", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:05:50Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-773186795-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:4f:5c"}, {"version": 4, "addr": "172.27.0.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:4f:5c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": "2022-07-28T20:04:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1086542947"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-28 20:05:53,206 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.170s 2022-07-28 20:05:53,207 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1654', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e6ec99f-2516-4ed8-a261-e82ac77ccbca', 'x-compute-request-id': 'req-8e6ec99f-2516-4ed8-a261-e82ac77ccbca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"server": {"id": "21f3dc00-9675-4747-97b5-ef6c45f6f2c2", "name": "tempest-AttachVolumeShelveTestJSON-server-1673816209", "status": "ACTIVE", "tenant_id": "70cb4fda232e46b6842f8aa7840e48a7", "user_id": "4e0e1988c7f44d5198811aca33e1345e", "metadata": {}, "hostId": "c398b62bbc4e4b8c1d796602fe20b32ef412465cc78bf186b678bf49", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:03:08Z", "updated": "2022-07-28T20:05:50Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-773186795-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:4f:5c"}, {"version": 4, "addr": "172.27.0.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:4f:5c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-448301370", "OS-SRV-USG:launched_at": "2022-07-28T20:04:12.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-28 20:05:54,256 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2 0.033s 2022-07-28 20:05:54,256 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:54 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-fd6b297e-6904-4367-8a5d-5450fa9cd13a', 'x-compute-request-id': 'req-fd6b297e-6904-4367-8a5d-5450fa9cd13a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/21f3dc00-9675-4747-97b5-ef6c45f6f2c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 21f3dc00-9675-4747-97b5-ef6c45f6f2c2 could not be found."}}' 2022-07-28 20:05:54,284 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-448301370 0.026s 2022-07-28 20:05:54,284 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:54 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-8b219ff0-605f-4af4-9144-9f76cf96aee8', 'x-compute-request-id': 'req-8b219ff0-605f-4af4-9144-9f76cf96aee8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-448301370'} Body: b'' 2022-07-28 20:05:54,449 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/fcd8448e-77fc-4690-94a4-66bc7973e137 0.164s 2022-07-28 20:05:54,450 118660 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-1079fff4-f2c7-4262-b368-c95a8c1aff85', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:05:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/fcd8448e-77fc-4690-94a4-66bc7973e137'} Body: b'' 2022-07-28 20:05:54,473 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.67:9696/v2.0/security-groups/fcd8448e-77fc-4690-94a4-66bc7973e137 0.023s 2022-07-28 20:05:54,473 118660 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-5cf806e6-7d6d-4842-b330-26d80230f2f2', 'date': 'Thu, 28 Jul 2022 20:05:54 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/fcd8448e-77fc-4690-94a4-66bc7973e137'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fcd8448e-77fc-4690-94a4-66bc7973e137 does not exist", "detail": ""}}' 2022-07-28 20:05:55,125 118660 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/88566ddb-6e98-46d1-ac90-d027ad3f9d48 0.651s 2022-07-28 20:05:55,125 118660 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-bc44bae3-924f-40f4-804f-26c852045b68', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:05:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/88566ddb-6e98-46d1-ac90-d027ad3f9d48'} Body: b'' }}} 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/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 544, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 112, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
fail
ft8.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-28 20:00:12,755 118656 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-28 20:00:12,756 118656 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-28 20:00:13,246 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.487s 2022-07-28 20:00:13,246 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1544778110", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLy/vTZ8JcdW+uYPndpqRhC3AqTEn+tqwKOcqJ16m+zntG3ybe1/Qx3KRVuHlKurHOUBf+8jsIzeXfagLEjBJk+pa4D3u1d+ba71WCVnszypyZIjoGPMU+5Fyob0I6Gz2Q=="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:12 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-a02677c3-ce20-45b9-8140-b727e83c7d0f', 'x-compute-request-id': 'req-a02677c3-ce20-45b9-8140-b727e83c7d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1544778110", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLy/vTZ8JcdW+uYPndpqRhC3AqTEn+tqwKOcqJ16m+zntG3ybe1/Qx3KRVuHlKurHOUBf+8jsIzeXfagLEjBJk+pa4D3u1d+ba71WCVnszypyZIjoGPMU+5Fyob0I6Gz2Q==", "fingerprint": "2f:1a:d7:50:14:34:ba:97:15:8b:87:a3:01:ec:37:eb", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9"}}' 2022-07-28 20:00:13,249 118656 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1544778110 created 2022-07-28 20:00:13,522 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.272s 2022-07-28 20:00:13,522 118656 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--1157757374", "description": "tempest-description--1060362518"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-f0848d7d-54ec-471e-ae8d-7338c5e0b56b', 'date': 'Thu, 28 Jul 2022 20:00:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "ab59818b-90b4-4a80-9c21-bccc1d8ee308", "name": "tempest-securitygroup--1157757374", "stateful": true, "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "description": "tempest-description--1060362518", "shared": false, "security_group_rules": [{"id": "410f8650-3e62-4acb-8079-eda016cd87dc", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "ab59818b-90b4-4a80-9c21-bccc1d8ee308", "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": 364, "description": null, "tags": [], "created_at": "2022-07-28T20:00:13Z", "updated_at": "2022-07-28T20:00:13Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}, {"id": "a7d9151b-3cf3-4de6-b29b-6349d592c271", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "ab59818b-90b4-4a80-9c21-bccc1d8ee308", "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": 363, "description": null, "tags": [], "created_at": "2022-07-28T20:00:13Z", "updated_at": "2022-07-28T20:00:13Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}], "tags": [], "created_at": "2022-07-28T20:00:13Z", "updated_at": "2022-07-28T20:00:13Z", "revision_number": 1, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:00:13,707 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.184s 2022-07-28 20:00:13,707 118656 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": "ab59818b-90b4-4a80-9c21-bccc1d8ee308", "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-b886b8a4-d99f-4e7e-a121-a6bf06c74f63', 'date': 'Thu, 28 Jul 2022 20:00:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9bf1aec5-f472-435c-9cfd-fc80225ee6b3", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "ab59818b-90b4-4a80-9c21-bccc1d8ee308", "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-28T20:00:13Z", "updated_at": "2022-07-28T20:00:13Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:00:13,883 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.175s 2022-07-28 20:00:13,884 118656 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": "ab59818b-90b4-4a80-9c21-bccc1d8ee308", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-937374e4-2aa5-4edc-b2bb-d0ee025b9139', 'date': 'Thu, 28 Jul 2022 20:00:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "18387ff9-14ea-43c3-86f3-d1a7a91e0fed", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "ab59818b-90b4-4a80-9c21-bccc1d8ee308", "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-28T20:00:13Z", "updated_at": "2022-07-28T20:00:13Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:00:13,884 118656 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1157757374 created 2022-07-28 20:00:16,050 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/floatingips 2.165s 2022-07-28 20:00:16,050 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-3109a035-068e-41b3-af0e-3e02096d4bb9', 'date': 'Thu, 28 Jul 2022 20:00:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3da9da79-78fa-46db-b25c-b8a746c2a7bf", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "floating_ip_address": "172.27.0.34", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d6612a467ab54632a74cf113b4666eb1", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-28T20:00:14Z", "updated_at": "2022-07-28T20:00:14Z", "revision_number": 0}}' 2022-07-28 20:00:16,050 118656 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3da9da79-78fa-46db-b25c-b8a746c2a7bf', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'floating_ip_address': '172.27.0.34', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:00:14Z', 'updated_at': '2022-07-28T20:00:14Z', 'revision_number': 0, 'ip': '172.27.0.34'} created 2022-07-28 20:00:16,236 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.177s 2022-07-28 20:00:16,236 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d1dc1419-e5c0-428a-8c46-2513c3f5a102', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bd0b2bfa3d014222afd4e050ca8498f9", "name": "tempest-AttachVolumeNegativeTest-1241155329-project", "password_expires_at": null}, "audit_ids": ["zc-64PUsQzukJTzAgFqnrQ"], "expires_at": "2022-07-28T21:00:16.000000Z", "issued_at": "2022-07-28T20:00:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6612a467ab54632a74cf113b4666eb1", "name": "tempest-AttachVolumeNegativeTest-1241155329"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:00:16,237 118656 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '5173547b-0aef-47cd-835f-b2a192d02fb4', 'name': 'tempest-AttachVolumeNegativeTest-1041670281-network', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 228, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T20:00:04Z', 'updated_at': '2022-07-28T20:00:04Z', 'revision_number': 1} available for tenant 2022-07-28 20:00:16,237 118656 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1544778110', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLy/vTZ8JcdW+uYPndpqRhC3AqTEn+tqwKOcqJ16m+zntG3ybe1/Qx3KRVuHlKurHOUBf+8jsIzeXfagLEjBJk+pa4D3u1d+ba71WCVnszypyZIjoGPMU+5Fyob0I6Gz2Q==', 'fingerprint': '2f:1a:d7:50:14:34:ba:97:15:8b:87:a3:01:ec:37:eb', 'user_id': 'bd0b2bfa3d014222afd4e050ca8498f9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBAKL/Oqx7TGpIacJtbTiz7hQn0bc10dR6kjoO9qJjfZT3sg2zQxr/s\n0Qo+fzZNJkOgBwYFK4EEACKhZANiAAS8v702fCXHVvrmD53aakYQtwKkxJ/rasCj\nnKidepvs57Rt8m3tf0MdykVbh5SrqxzlAX/vI7CM3l32oCxIwSZPqWuA97tXfm2u\n9VglZ7M8qcmSI6BjzFPuRcqG9COhs9k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ab59818b-90b4-4a80-9c21-bccc1d8ee308', 'name': 'tempest-securitygroup--1157757374', 'stateful': True, 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': 'tempest-description--1060362518', 'shared': False, 'security_group_rules': [{'id': '410f8650-3e62-4acb-8079-eda016cd87dc', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'security_group_id': 'ab59818b-90b4-4a80-9c21-bccc1d8ee308', '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': 364, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:00:13Z', 'updated_at': '2022-07-28T20:00:13Z', 'revision_number': 0, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}, {'id': 'a7d9151b-3cf3-4de6-b29b-6349d592c271', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'security_group_id': 'ab59818b-90b4-4a80-9c21-bccc1d8ee308', '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': 363, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:00:13Z', 'updated_at': '2022-07-28T20:00:13Z', 'revision_number': 0, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}], 'tags': [], 'created_at': '2022-07-28T20:00:13Z', 'updated_at': '2022-07-28T20:00:13Z', 'revision_number': 1, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}, 'floating_ip': {'id': '3da9da79-78fa-46db-b25c-b8a746c2a7bf', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'floating_ip_address': '172.27.0.34', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:00:14Z', 'updated_at': '2022-07-28T20:00:14Z', 'revision_number': 0, 'ip': '172.27.0.34'}} 2022-07-28 20:00:23,496 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.67/compute/v2.1/servers 7.257s 2022-07-28 20:00:23,497 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1551819255", "imageRef": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "5173547b-0aef-47cd-835f-b2a192d02fb4"}], "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "key_name": "tempest-keypair-1544778110", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf289801-65ae-4c57-b71b-dcb83e4e0992', 'x-compute-request-id': 'req-bf289801-65ae-4c57-b71b-dcb83e4e0992', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "adminPass": "password"}}' 2022-07-28 20:00:23,657 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:00:23,657 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daa827bd-c857-4b61-a952-dc26cb49fc82', 'x-compute-request-id': 'req-daa827bd-c857-4b61-a952-dc26cb49fc82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:24,760 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.089s 2022-07-28 20:00:24,760 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1246', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bd01b23-a704-4279-8e31-6f312a0e0a3d', 'x-compute-request-id': 'req-2bd01b23-a704-4279-8e31-6f312a0e0a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:25,890 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.115s 2022-07-28 20:00:25,891 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1246', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b1b9451-000e-46dc-a44d-a751d3d5a6f2', 'x-compute-request-id': 'req-2b1b9451-000e-46dc-a44d-a751d3d5a6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:26,996 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.092s 2022-07-28 20:00:26,997 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1246', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ca527c0-32df-462a-8ec0-7f06c811c0b0', 'x-compute-request-id': 'req-0ca527c0-32df-462a-8ec0-7f06c811c0b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:28,095 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.087s 2022-07-28 20:00:28,095 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1246', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba60d91-6d9c-4059-b5ae-dc136433a3ae', 'x-compute-request-id': 'req-3ba60d91-6d9c-4059-b5ae-dc136433a3ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:29,197 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.089s 2022-07-28 20:00:29,198 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1246', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d1b3bf2-18f4-41bc-ace9-088f84ec456d', 'x-compute-request-id': 'req-5d1b3bf2-18f4-41bc-ace9-088f84ec456d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:30,298 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.087s 2022-07-28 20:00:30,298 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:30 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-4fa80d9d-d330-4375-9c26-343c0bcf21f8', 'x-compute-request-id': 'req-4fa80d9d-d330-4375-9c26-343c0bcf21f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:30,309 118656 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 7 second wait 2022-07-28 20:00:31,484 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.173s 2022-07-28 20:00:31,484 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa06ad32-81d8-4534-9fa7-eba4ea75208b', 'x-compute-request-id': 'req-fa06ad32-81d8-4534-9fa7-eba4ea75208b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:32,613 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.115s 2022-07-28 20:00:32,614 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13f3e692-5f25-4563-9a88-a52f92b5ab92', 'x-compute-request-id': 'req-13f3e692-5f25-4563-9a88-a52f92b5ab92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:34,221 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.594s 2022-07-28 20:00:34,222 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1300', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfaa9ef8-9bfe-4eae-abff-05a9ea5a0631', 'x-compute-request-id': 'req-dfaa9ef8-9bfe-4eae-abff-05a9ea5a0631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "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-28 20:00:34,233 118656 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 11 second wait 2022-07-28 20:00:35,626 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.392s 2022-07-28 20:00:35,626 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee5f162c-4db4-4b0e-8897-2eec2c396467', 'x-compute-request-id': 'req-ee5f162c-4db4-4b0e-8897-2eec2c396467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:36,795 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:00:36,796 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5a1a8a9-6780-40d6-bc54-93d799c9ac77', 'x-compute-request-id': 'req-e5a1a8a9-6780-40d6-bc54-93d799c9ac77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:37,968 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.160s 2022-07-28 20:00:37,968 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74cb828d-2f09-440a-9053-627dd374ac47', 'x-compute-request-id': 'req-74cb828d-2f09-440a-9053-627dd374ac47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:39,138 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.158s 2022-07-28 20:00:39,139 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5adef4f-0114-4c4c-86f9-bf474e0a7ff3', 'x-compute-request-id': 'req-b5adef4f-0114-4c4c-86f9-bf474e0a7ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:40,309 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.158s 2022-07-28 20:00:40,309 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dfef63d-6945-4f84-987e-640038e718c1', 'x-compute-request-id': 'req-3dfef63d-6945-4f84-987e-640038e718c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:41,505 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.183s 2022-07-28 20:00:41,505 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-131bf02d-051a-4e9a-a353-f64ee06f20bf', 'x-compute-request-id': 'req-131bf02d-051a-4e9a-a353-f64ee06f20bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:42,731 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.214s 2022-07-28 20:00:42,732 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33cba49b-8d06-451f-b863-e244497cd806', 'x-compute-request-id': 'req-33cba49b-8d06-451f-b863-e244497cd806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:44,159 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.415s 2022-07-28 20:00:44,159 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed2a292c-550c-46bb-bda9-06b7d7f0e3e9', 'x-compute-request-id': 'req-ed2a292c-550c-46bb-bda9-06b7d7f0e3e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:45,584 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.408s 2022-07-28 20:00:45,585 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c7e53d0-2e90-4264-8644-caa6e2fde0ae', 'x-compute-request-id': 'req-1c7e53d0-2e90-4264-8644-caa6e2fde0ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:46,993 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.374s 2022-07-28 20:00:46,994 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7d1759b-dae8-41da-bc33-22780c0cef83', 'x-compute-request-id': 'req-c7d1759b-dae8-41da-bc33-22780c0cef83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:48,567 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.560s 2022-07-28 20:00:48,567 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f842a721-b176-4988-b8bc-e9dea8edb9d7', 'x-compute-request-id': 'req-f842a721-b176-4988-b8bc-e9dea8edb9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:50,152 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.573s 2022-07-28 20:00:50,152 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0477db2e-4f4e-4337-87cf-bcc4d8829f9a', 'x-compute-request-id': 'req-0477db2e-4f4e-4337-87cf-bcc4d8829f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:52,277 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 1.099s 2022-07-28 20:00:52,277 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec2890be-7d5b-4919-8d05-59a0219ef825', 'x-compute-request-id': 'req-ec2890be-7d5b-4919-8d05-59a0219ef825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:53,888 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.587s 2022-07-28 20:00:53,888 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2726d72-cb98-4f55-a012-d80d1886ee70', 'x-compute-request-id': 'req-e2726d72-cb98-4f55-a012-d80d1886ee70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:55,746 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.840s 2022-07-28 20:00:55,746 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf1072a-20fe-4db4-b273-f74c4b1cfe5f', 'x-compute-request-id': 'req-bbf1072a-20fe-4db4-b273-f74c4b1cfe5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:57,389 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.626s 2022-07-28 20:00:57,389 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ced0f1e5-ec91-4d2b-a8a5-ea238bd4c8f2', 'x-compute-request-id': 'req-ced0f1e5-ec91-4d2b-a8a5-ea238bd4c8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:59,546 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 1.144s 2022-07-28 20:00:59,546 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aecb5bf-bae1-422b-9987-e6b17a01c113', 'x-compute-request-id': 'req-0aecb5bf-bae1-422b-9987-e6b17a01c113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:00:57Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "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-28 20:00:59,558 118656 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 36 second wait 2022-07-28 20:01:00,747 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-interface 1.188s 2022-07-28 20:01:00,747 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:59 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-a4a9b8c3-caef-4f29-b64e-c128274ce866', 'x-compute-request-id': 'req-a4a9b8c3-caef-4f29-b64e-c128274ce866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5173547b-0aef-47cd-835f-b2a192d02fb4", "port_id": "3420a2fe-6251-47ba-bc14-fdf7b2db8f58", "mac_addr": "fa:16:3e:a7:2c:ae", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8bbe0f7a-4cd7-4a41-ad24-6969ff7592a6", "ip_address": "172.20.0.6"}]}]}' 2022-07-28 20:01:04,210 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/3da9da79-78fa-46db-b25c-b8a746c2a7bf 3.459s 2022-07-28 20:01:04,211 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "3420a2fe-6251-47ba-bc14-fdf7b2db8f58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-3f2e8c06-c972-4787-a68d-95bb27f068e1', 'date': 'Thu, 28 Jul 2022 20:01:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/3da9da79-78fa-46db-b25c-b8a746c2a7bf'} Body: b'{"floatingip": {"id": "3da9da79-78fa-46db-b25c-b8a746c2a7bf", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "floating_ip_address": "172.27.0.34", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": "fe4528e2-8670-4a38-b3bc-cb37763c2bc0", "port_id": "3420a2fe-6251-47ba-bc14-fdf7b2db8f58", "fixed_ip_address": "172.20.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5173547b-0aef-47cd-835f-b2a192d02fb4", "mac_address": "fa:16:3e:a7:2c:ae", "admin_state_up": true, "status": "ACTIVE", "device_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-28T20:00:14Z", "updated_at": "2022-07-28T20:01:01Z", "revision_number": 1, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:01:04,212 118656 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.34:22' as 'ubuntu' with public key authentication 2022-07-28 20:01:09,469 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.34 ([Errno None] Unable to connect to port 22 on 172.27.0.34). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:01:12,544 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.34 ([Errno None] Unable to connect to port 22 on 172.27.0.34). Number attempts: 2. Retry after 3 seconds. 2022-07-28 20:01:19,100 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.34 ([Errno None] Unable to connect to port 22 on 172.27.0.34). Number attempts: 3. Retry after 4 seconds. 2022-07-28 20:01:26,684 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.34 ([Errno None] Unable to connect to port 22 on 172.27.0.34). Number attempts: 4. Retry after 5 seconds. 2022-07-28 20:01:35,230 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.34 ([Errno None] Unable to connect to port 22 on 172.27.0.34). Number attempts: 5. Retry after 6 seconds. 2022-07-28 20:01:41,772 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.34 ([Errno None] Unable to connect to port 22 on 172.27.0.34). Number attempts: 6. Retry after 7 seconds. 2022-07-28 20:01:49,356 118656 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:01:49,903 118656 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2022-07-28 20:01:49,905 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.34 (Authentication failed.). Number attempts: 7. Retry after 8 seconds. 2022-07-28 20:01:58,633 118656 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:01:58,794 118656 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:01:58,795 118656 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.34 successfully created 2022-07-28 20:01:58,838 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/ips 0.042s 2022-07-28 20:01:58,838 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '149', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9e4ead3-47b5-4f78-98e5-ca42ceb1f2a3', 'x-compute-request-id': 'req-a9e4ead3-47b5-4f78-98e5-ca42ceb1f2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6"}, {"version": 4, "addr": "172.27.0.34"}]}}' 2022-07-28 20:01:59,081 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes 0.239s 2022-07-28 20:01:59,081 118656 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-AttachVolumeNegativeTest-volume-2037504370"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d5a90fa-0980-44bb-a8dd-c34590570a54', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d5a90fa-0980-44bb-a8dd-c34590570a54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.011583", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-28 20:01:59,151 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.059s 2022-07-28 20:01:59,152 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2cbc092-a81f-4039-9788-8e7e4f624740', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2cbc092-a81f-4039-9788-8e7e4f624740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:00,206 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.041s 2022-07-28 20:02:00,206 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b407705-5c57-46b4-8e28-d4a949edbdfb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b407705-5c57-46b4-8e28-d4a949edbdfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:01:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:01,259 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.040s 2022-07-28 20:02:01,259 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a389ac53-5313-43e3-9857-c6e82e24007f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a389ac53-5313-43e3-9857-c6e82e24007f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:01:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:02,334 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.063s 2022-07-28 20:02:02,334 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c75c729f-60bf-40aa-b5cc-446ace2e4bdf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c75c729f-60bf-40aa-b5cc-446ace2e4bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:02,345 118656 INFO [tempest.common.waiters] volume 47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f reached available after waiting for 3.345602 seconds 2022-07-28 20:02:05,915 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 POST http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 3.570s 2022-07-28 20:02:05,916 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:02 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-be905e57-5bfb-4aa1-939f-ca6397335e48', 'x-compute-request-id': 'req-be905e57-5bfb-4aa1-939f-ca6397335e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "device": "/dev/sdb"}}' 2022-07-28 20:02:05,972 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.045s 2022-07-28 20:02:05,972 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ec93c92-2cae-4fe6-a2fc-bb1deb53a2df', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ec93c92-2cae-4fe6-a2fc-bb1deb53a2df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:06.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:07,033 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.049s 2022-07-28 20:02:07,033 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ced3bc2-fd42-41f1-9246-631b645a903d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ced3bc2-fd42-41f1-9246-631b645a903d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:06.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:08,091 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.045s 2022-07-28 20:02:08,091 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b91ca7b0-5235-4dc6-b503-93fb8b97ef5a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b91ca7b0-5235-4dc6-b503-93fb8b97ef5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:06.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:09,146 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.044s 2022-07-28 20:02:09,146 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad1b13c0-9fe6-413f-8064-acec5e76c839', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad1b13c0-9fe6-413f-8064-acec5e76c839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:06.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:10,215 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.057s 2022-07-28 20:02:10,216 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4dbe056-d157-4e74-b9e0-411ac33999c2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4dbe056-d157-4e74-b9e0-411ac33999c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:06.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:11,270 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.043s 2022-07-28 20:02:11,270 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a642ecb-b257-472c-836d-868bfaf62342', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a642ecb-b257-472c-836d-868bfaf62342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:12,327 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.045s 2022-07-28 20:02:12,328 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e28f0a99-9815-4884-8b53-47936c61d6ba', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e28f0a99-9815-4884-8b53-47936c61d6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:13,384 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.044s 2022-07-28 20:02:13,384 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee9ed412-2f2a-41bb-8e47-446df797a19c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee9ed412-2f2a-41bb-8e47-446df797a19c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:14,444 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.049s 2022-07-28 20:02:14,445 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-143a337e-99a3-498e-9e02-b06d822e6057', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-143a337e-99a3-498e-9e02-b06d822e6057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:15,504 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.048s 2022-07-28 20:02:15,505 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5155cf47-222b-4475-a52d-14ce00b82682', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5155cf47-222b-4475-a52d-14ce00b82682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:16,565 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.048s 2022-07-28 20:02:16,565 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f5bdcd-888a-4872-ad43-215a9396fd16', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f5bdcd-888a-4872-ad43-215a9396fd16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:17,622 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.043s 2022-07-28 20:02:17,622 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f0efd49-4a35-4168-9925-938e39156af7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f0efd49-4a35-4168-9925-938e39156af7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:11.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:18,683 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.048s 2022-07-28 20:02:18,683 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11cec812-599c-4c16-a445-9dca99524354', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11cec812-599c-4c16-a445-9dca99524354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:18.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:18,695 118656 INFO [tempest.common.waiters] Attachment 15433732-d000-42ac-b478-e628560f7f95 created for volume 47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f to server c1cb56a8-6993-4767-9e30-5786f3b94743 after waiting for 13.695812 seconds 2022-07-28 20:02:18,743 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.047s 2022-07-28 20:02:18,744 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87fae539-c1d3-43fc-a0bc-af4493883aca', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87fae539-c1d3-43fc-a0bc-af4493883aca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:18.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:18,754 118656 INFO [tempest.common.waiters] volume 47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f reached in-use after waiting for 0.754712 seconds 2022-07-28 20:02:18,755 118656 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-28 20:02:18,755 118656 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-28 20:02:18,809 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.050s 2022-07-28 20:02:18,810 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1632111047", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIzMxoSLu0w2q2eRuma4Jp1QmRteSLBdDjlJR3ashMtRG0VUSSAsthLIusXgdYC4Ft6egVYfpDuZFQUg4j5VcY2mby2uKSQj/WnJoNpoAEBRSQAv/LIlJBzXYg6G3Y3huA=="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:18 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-bc351fc2-9250-4cb5-90ce-c7f46d02b3b3', 'x-compute-request-id': 'req-bc351fc2-9250-4cb5-90ce-c7f46d02b3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1632111047", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIzMxoSLu0w2q2eRuma4Jp1QmRteSLBdDjlJR3ashMtRG0VUSSAsthLIusXgdYC4Ft6egVYfpDuZFQUg4j5VcY2mby2uKSQj/WnJoNpoAEBRSQAv/LIlJBzXYg6G3Y3huA==", "fingerprint": "9e:4a:15:ed:6f:04:ea:44:bc:dc:7d:ce:f0:76:d9:12", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9"}}' 2022-07-28 20:02:18,812 118656 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1632111047 created 2022-07-28 20:02:18,952 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.139s 2022-07-28 20:02:18,953 118656 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--1833319936", "description": "tempest-description--1507960841"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-726bc705-0817-4641-8fe7-7937bb1e1093', 'date': 'Thu, 28 Jul 2022 20:02:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "32c8815d-a511-4408-b807-ec8d250a67e9", "name": "tempest-securitygroup--1833319936", "stateful": true, "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "description": "tempest-description--1507960841", "shared": false, "security_group_rules": [{"id": "48c0970b-6c57-4080-9351-05391576cc99", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "32c8815d-a511-4408-b807-ec8d250a67e9", "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": 471, "description": null, "tags": [], "created_at": "2022-07-28T20:02:18Z", "updated_at": "2022-07-28T20:02:18Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}, {"id": "9d9f80dc-bb40-49b9-bec6-d61e4937340b", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "32c8815d-a511-4408-b807-ec8d250a67e9", "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": 470, "description": null, "tags": [], "created_at": "2022-07-28T20:02:18Z", "updated_at": "2022-07-28T20:02:18Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}], "tags": [], "created_at": "2022-07-28T20:02:18Z", "updated_at": "2022-07-28T20:02:18Z", "revision_number": 1, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:19,082 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.128s 2022-07-28 20:02:19,082 118656 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": "32c8815d-a511-4408-b807-ec8d250a67e9", "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-111fbf45-0716-42cc-a843-9bd436006895', 'date': 'Thu, 28 Jul 2022 20:02:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "00d11df1-25b4-4337-97ad-2d95310b0555", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "32c8815d-a511-4408-b807-ec8d250a67e9", "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-28T20:02:19Z", "updated_at": "2022-07-28T20:02:19Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:19,213 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.130s 2022-07-28 20:02:19,213 118656 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": "32c8815d-a511-4408-b807-ec8d250a67e9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-de6406c5-1982-4c49-b3f6-a32ebe3195f5', 'date': 'Thu, 28 Jul 2022 20:02:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bb6f3b8d-d23a-4716-8409-70a6459de8da", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "32c8815d-a511-4408-b807-ec8d250a67e9", "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-28T20:02:19Z", "updated_at": "2022-07-28T20:02:19Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:19,214 118656 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1833319936 created 2022-07-28 20:02:20,082 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/floatingips 0.868s 2022-07-28 20:02:20,082 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-a97cd26d-e0eb-4d07-8afb-5ca76c0780ae', 'date': 'Thu, 28 Jul 2022 20:02:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b9fdd496-ceb6-49ba-aab4-51fa692396e7", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "floating_ip_address": "172.27.0.65", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d6612a467ab54632a74cf113b4666eb1", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-28T20:02:19Z", "updated_at": "2022-07-28T20:02:19Z", "revision_number": 0}}' 2022-07-28 20:02:20,083 118656 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b9fdd496-ceb6-49ba-aab4-51fa692396e7', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'floating_ip_address': '172.27.0.65', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:02:19Z', 'updated_at': '2022-07-28T20:02:19Z', 'revision_number': 0, 'ip': '172.27.0.65'} created 2022-07-28 20:02:20,173 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.083s 2022-07-28 20:02:20,174 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a0444745-417d-4f13-80ea-075136728cb8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bd0b2bfa3d014222afd4e050ca8498f9", "name": "tempest-AttachVolumeNegativeTest-1241155329-project", "password_expires_at": null}, "audit_ids": ["A5Ya5aP9Tp61JSDukpmy-A"], "expires_at": "2022-07-28T21:02:20.000000Z", "issued_at": "2022-07-28T20:02:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6612a467ab54632a74cf113b4666eb1", "name": "tempest-AttachVolumeNegativeTest-1241155329"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:02:20,174 118656 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '5173547b-0aef-47cd-835f-b2a192d02fb4', 'name': 'tempest-AttachVolumeNegativeTest-1041670281-network', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 228, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T20:00:04Z', 'updated_at': '2022-07-28T20:00:04Z', 'revision_number': 1} available for tenant 2022-07-28 20:02:20,175 118656 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1632111047', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIzMxoSLu0w2q2eRuma4Jp1QmRteSLBdDjlJR3ashMtRG0VUSSAsthLIusXgdYC4Ft6egVYfpDuZFQUg4j5VcY2mby2uKSQj/WnJoNpoAEBRSQAv/LIlJBzXYg6G3Y3huA==', 'fingerprint': '9e:4a:15:ed:6f:04:ea:44:bc:dc:7d:ce:f0:76:d9:12', 'user_id': 'bd0b2bfa3d014222afd4e050ca8498f9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA1E7O07Q/Za2zTcWEnNIFu8U85QwQhITLyBf0a1XQ0IA3uJZ5CbweW\nMrxE3b+adV6gBwYFK4EEACKhZANiAASMzMaEi7tMNqtnkbpmuCadUJkbXkiwXQ45\nSUd2rITLURtFVEkgLLYSyLrF4HWAuBbenoFWH6Q7mRUFIOI+VXGNpm8trikkI/1p\nyaDaaABAUUkAL/yyJSQc12IOht2N4bg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '32c8815d-a511-4408-b807-ec8d250a67e9', 'name': 'tempest-securitygroup--1833319936', 'stateful': True, 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': 'tempest-description--1507960841', 'shared': False, 'security_group_rules': [{'id': '48c0970b-6c57-4080-9351-05391576cc99', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'security_group_id': '32c8815d-a511-4408-b807-ec8d250a67e9', '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': 471, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:02:18Z', 'updated_at': '2022-07-28T20:02:18Z', 'revision_number': 0, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}, {'id': '9d9f80dc-bb40-49b9-bec6-d61e4937340b', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'security_group_id': '32c8815d-a511-4408-b807-ec8d250a67e9', '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': 470, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:02:18Z', 'updated_at': '2022-07-28T20:02:18Z', 'revision_number': 0, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}], 'tags': [], 'created_at': '2022-07-28T20:02:18Z', 'updated_at': '2022-07-28T20:02:18Z', 'revision_number': 1, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}, 'floating_ip': {'id': 'b9fdd496-ceb6-49ba-aab4-51fa692396e7', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'floating_ip_address': '172.27.0.65', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:02:19Z', 'updated_at': '2022-07-28T20:02:19Z', 'revision_number': 0, 'ip': '172.27.0.65'}} 2022-07-28 20:02:20,764 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.67/compute/v2.1/servers 0.588s 2022-07-28 20:02:20,764 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1511779238", "imageRef": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "5173547b-0aef-47cd-835f-b2a192d02fb4"}], "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "key_name": "tempest-keypair-1632111047", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d21efba5-96ad-43a2-8be3-4b65c455a0c5', 'x-compute-request-id': 'req-d21efba5-96ad-43a2-8be3-4b65c455a0c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "adminPass": "password"}}' 2022-07-28 20:02:20,841 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.074s 2022-07-28 20:02:20,841 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6adb4af-a14e-4f83-a574-086aff9818d5', 'x-compute-request-id': 'req-b6adb4af-a14e-4f83-a574-086aff9818d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:21Z", "updated": "2022-07-28T20:02:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1632111047", "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-28 20:02:21,956 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.102s 2022-07-28 20:02:21,957 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1246', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f97d55ff-ab5d-4a07-b401-cc242d85b7db', 'x-compute-request-id': 'req-f97d55ff-ab5d-4a07-b401-cc242d85b7db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "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-28 20:02:23,060 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.090s 2022-07-28 20:02:23,061 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1300', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf5ade2-9956-42a2-9fe7-a689b009b8ee', 'x-compute-request-id': 'req-5cf5ade2-9956-42a2-9fe7-a689b009b8ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "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-28 20:02:23,072 118656 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2022-07-28 20:02:24,270 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.196s 2022-07-28 20:02:24,271 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e19108e2-a52f-4102-9d0a-3c6724afa2b2', 'x-compute-request-id': 'req-e19108e2-a52f-4102-9d0a-3c6724afa2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:25,440 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.157s 2022-07-28 20:02:25,441 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b59ee2d6-57f3-4000-bc68-c9ba4ca61532', 'x-compute-request-id': 'req-b59ee2d6-57f3-4000-bc68-c9ba4ca61532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:26,617 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.163s 2022-07-28 20:02:26,617 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b69400ea-1df1-4ea9-bcd1-488125e2c49a', 'x-compute-request-id': 'req-b69400ea-1df1-4ea9-bcd1-488125e2c49a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:27,781 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.151s 2022-07-28 20:02:27,781 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27b9438e-8751-4941-b5db-c085f578f236', 'x-compute-request-id': 'req-27b9438e-8751-4941-b5db-c085f578f236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:28,957 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.162s 2022-07-28 20:02:28,958 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb21328f-d9ed-450f-82eb-f4e600f085fc', 'x-compute-request-id': 'req-cb21328f-d9ed-450f-82eb-f4e600f085fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:30,127 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.157s 2022-07-28 20:02:30,127 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f42acb2-9cf5-4ba6-aed8-93d9b658fefb', 'x-compute-request-id': 'req-2f42acb2-9cf5-4ba6-aed8-93d9b658fefb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:31,298 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.157s 2022-07-28 20:02:31,298 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-407b2b5e-8904-4342-a67b-c8b1b46e77b1', 'x-compute-request-id': 'req-407b2b5e-8904-4342-a67b-c8b1b46e77b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:32,466 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.156s 2022-07-28 20:02:32,467 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0584781-4663-4f7c-bf8a-2f970a16cee0', 'x-compute-request-id': 'req-d0584781-4663-4f7c-bf8a-2f970a16cee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:33,637 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.158s 2022-07-28 20:02:33,637 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bc05483-db6d-4fbc-8c5f-cc74dc51af38', 'x-compute-request-id': 'req-7bc05483-db6d-4fbc-8c5f-cc74dc51af38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:34,890 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.241s 2022-07-28 20:02:34,890 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9af4b3a-7a4a-40ae-adaa-f6e0800bf24b', 'x-compute-request-id': 'req-f9af4b3a-7a4a-40ae-adaa-f6e0800bf24b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:36,060 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.156s 2022-07-28 20:02:36,060 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db7b806d-cea7-417d-8f79-f078a8669c42', 'x-compute-request-id': 'req-db7b806d-cea7-417d-8f79-f078a8669c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:37,227 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.155s 2022-07-28 20:02:37,227 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-977a5773-045e-4ec3-b7c8-6eae8f8ccb21', 'x-compute-request-id': 'req-977a5773-045e-4ec3-b7c8-6eae8f8ccb21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:38,405 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.165s 2022-07-28 20:02:38,405 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1010278b-fd68-4e58-91c1-452cbf27d503', 'x-compute-request-id': 'req-1010278b-fd68-4e58-91c1-452cbf27d503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:02:37Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "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-28 20:02:38,419 118656 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait 2022-07-28 20:02:38,520 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457/os-interface 0.100s 2022-07-28 20:02:38,520 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:38 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-94e58fc2-d47f-4135-840a-71331c5f7296', 'x-compute-request-id': 'req-94e58fc2-d47f-4135-840a-71331c5f7296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5173547b-0aef-47cd-835f-b2a192d02fb4", "port_id": "57fdf7c6-890a-4846-a012-38d6bc979e3b", "mac_addr": "fa:16:3e:1b:32:7d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8bbe0f7a-4cd7-4a41-ad24-6969ff7592a6", "ip_address": "172.20.0.9"}]}]}' 2022-07-28 20:02:39,550 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/b9fdd496-ceb6-49ba-aab4-51fa692396e7 1.025s 2022-07-28 20:02:39,550 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "57fdf7c6-890a-4846-a012-38d6bc979e3b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-13929e83-08d0-4c45-93af-c50e7042b095', 'date': 'Thu, 28 Jul 2022 20:02:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/b9fdd496-ceb6-49ba-aab4-51fa692396e7'} Body: b'{"floatingip": {"id": "b9fdd496-ceb6-49ba-aab4-51fa692396e7", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "floating_ip_address": "172.27.0.65", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": "fe4528e2-8670-4a38-b3bc-cb37763c2bc0", "port_id": "57fdf7c6-890a-4846-a012-38d6bc979e3b", "fixed_ip_address": "172.20.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5173547b-0aef-47cd-835f-b2a192d02fb4", "mac_address": "fa:16:3e:1b:32:7d", "admin_state_up": true, "status": "ACTIVE", "device_id": "38734333-d64b-4885-a501-8d6d573d1457", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-28T20:02:19Z", "updated_at": "2022-07-28T20:02:39Z", "revision_number": 1, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:02:39,551 118656 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.65:22' as 'ubuntu' with public key authentication 2022-07-28 20:02:43,613 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.65 ([Errno None] Unable to connect to port 22 on 172.27.0.65). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:02:49,184 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.65 ([Errno None] Unable to connect to port 22 on 172.27.0.65). Number attempts: 2. Retry after 3 seconds. 2022-07-28 20:02:55,740 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.65 ([Errno None] Unable to connect to port 22 on 172.27.0.65). Number attempts: 3. Retry after 4 seconds. 2022-07-28 20:03:03,324 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.65 ([Errno None] Unable to connect to port 22 on 172.27.0.65). Number attempts: 4. Retry after 5 seconds. 2022-07-28 20:03:11,900 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.65 ([Errno None] Unable to connect to port 22 on 172.27.0.65). Number attempts: 5. Retry after 6 seconds. 2022-07-28 20:03:18,419 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.65 ([Errno None] Unable to connect to port 22 on 172.27.0.65). Number attempts: 6. Retry after 7 seconds. 2022-07-28 20:03:25,944 118656 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:03:26,106 118656 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:03:26,107 118656 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.65 successfully created 2022-07-28 20:03:26,150 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457/ips 0.042s 2022-07-28 20:03:26,150 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '149', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4630b0bf-9599-4e20-9c5e-3266024e3111', 'x-compute-request-id': 'req-4630b0bf-9599-4e20-9c5e-3266024e3111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9"}, {"version": 4, "addr": "172.27.0.65"}]}}' 2022-07-28 20:03:26,353 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 400 POST http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457/os-volume_attachments 0.199s 2022-07-28 20:03:26,354 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:26 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': '174', 'x-openstack-request-id': 'req-1500766a-96d3-43e4-a8b4-707a09d81c03', 'x-compute-request-id': 'req-1500766a-96d3-43e4-a8b4-707a09d81c03', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457/os-volume_attachments'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: volume 47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f is already attached to instances: c1cb56a8-6993-4767-9e30-5786f3b94743"}}' 2022-07-28 20:03:26,488 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.134s 2022-07-28 20:03:26,489 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:26 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-b866fc71-860c-4dfd-809f-fb2a781e0e5b', 'x-compute-request-id': 'req-b866fc71-860c-4dfd-809f-fb2a781e0e5b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'' 2022-07-28 20:03:26,650 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.160s 2022-07-28 20:03:26,650 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67f19f76-e701-4fc4-a864-2ba9890c62e9', 'x-compute-request-id': 'req-67f19f76-e701-4fc4-a864-2ba9890c62e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:27,817 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.152s 2022-07-28 20:03:27,817 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fbfb94b-2cb9-419d-8cae-a848165100b1', 'x-compute-request-id': 'req-8fbfb94b-2cb9-419d-8cae-a848165100b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:28,986 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.155s 2022-07-28 20:03:28,986 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-727e78fd-6dee-4397-b25f-8520848a9057', 'x-compute-request-id': 'req-727e78fd-6dee-4397-b25f-8520848a9057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:30,160 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.160s 2022-07-28 20:03:30,161 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9acd9612-eda8-4261-a113-6ac2804e19fd', 'x-compute-request-id': 'req-9acd9612-eda8-4261-a113-6ac2804e19fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:31,331 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.157s 2022-07-28 20:03:31,332 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6c2713d-fcd8-4ae4-b3f4-f2b0ad939908', 'x-compute-request-id': 'req-c6c2713d-fcd8-4ae4-b3f4-f2b0ad939908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:32,500 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.154s 2022-07-28 20:03:32,500 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b903edf5-34cd-4621-9c54-9aa3a150e7a1', 'x-compute-request-id': 'req-b903edf5-34cd-4621-9c54-9aa3a150e7a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:33,666 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.152s 2022-07-28 20:03:33,666 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1802df03-07e2-4d28-831e-85ce07d3d775', 'x-compute-request-id': 'req-1802df03-07e2-4d28-831e-85ce07d3d775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:34,829 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.150s 2022-07-28 20:03:34,830 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6b5c7a1-0769-4ad2-9c5f-2a8c3b936f20', 'x-compute-request-id': 'req-d6b5c7a1-0769-4ad2-9c5f-2a8c3b936f20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:35,994 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.151s 2022-07-28 20:03:35,994 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8aff45c-48d5-4544-9ebb-1cd7213ba7b8', 'x-compute-request-id': 'req-b8aff45c-48d5-4544-9ebb-1cd7213ba7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:37,166 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.158s 2022-07-28 20:03:37,167 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fedea92a-433d-4f33-aee7-2a79581b559b', 'x-compute-request-id': 'req-fedea92a-433d-4f33-aee7-2a79581b559b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:38,331 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.152s 2022-07-28 20:03:38,331 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d029956-e865-4d7b-89f6-18a3e90bf0b9', 'x-compute-request-id': 'req-2d029956-e865-4d7b-89f6-18a3e90bf0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:39,497 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.153s 2022-07-28 20:03:39,497 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b5e108a-1085-4097-98f9-921c3d9555aa', 'x-compute-request-id': 'req-0b5e108a-1085-4097-98f9-921c3d9555aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:40,664 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.153s 2022-07-28 20:03:40,664 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47a03208-a329-43cb-afbf-46a7134d3cdb', 'x-compute-request-id': 'req-47a03208-a329-43cb-afbf-46a7134d3cdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:41,827 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.151s 2022-07-28 20:03:41,828 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8364e25a-fac1-4653-a7c6-2277498c9def', 'x-compute-request-id': 'req-8364e25a-fac1-4653-a7c6-2277498c9def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:42,998 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.157s 2022-07-28 20:03:42,998 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a408a466-e9e4-432f-983b-cc1d022c4b46', 'x-compute-request-id': 'req-a408a466-e9e4-432f-983b-cc1d022c4b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:44,166 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.154s 2022-07-28 20:03:44,166 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef47e6b0-7d6c-4cfd-a977-5c05dfdc735f', 'x-compute-request-id': 'req-ef47e6b0-7d6c-4cfd-a977-5c05dfdc735f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:45,381 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.202s 2022-07-28 20:03:45,382 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2150114-436d-4c57-9f57-2a1d1bcbe9a3', 'x-compute-request-id': 'req-d2150114-436d-4c57-9f57-2a1d1bcbe9a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:46,764 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.369s 2022-07-28 20:03:46,764 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e178299-a54c-43c2-89c2-99e75cc6169a', 'x-compute-request-id': 'req-0e178299-a54c-43c2-89c2-99e75cc6169a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:47,930 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.154s 2022-07-28 20:03:47,931 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e7c9b9f-5a57-40a2-9c84-c34d6226c6fe', 'x-compute-request-id': 'req-8e7c9b9f-5a57-40a2-9c84-c34d6226c6fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:49,099 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.155s 2022-07-28 20:03:49,100 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6ffb910-a842-43a7-afad-60db67015b68', 'x-compute-request-id': 'req-b6ffb910-a842-43a7-afad-60db67015b68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:50,266 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.154s 2022-07-28 20:03:50,266 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35fd5df9-251f-4a82-abd3-a45f06da4012', 'x-compute-request-id': 'req-35fd5df9-251f-4a82-abd3-a45f06da4012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:51,447 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.167s 2022-07-28 20:03:51,447 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71fa2432-17e5-462b-ba5b-fe9420219f83', 'x-compute-request-id': 'req-71fa2432-17e5-462b-ba5b-fe9420219f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:52,620 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.160s 2022-07-28 20:03:52,621 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70a05511-b537-43c2-a39a-bbbf780373d8', 'x-compute-request-id': 'req-70a05511-b537-43c2-a39a-bbbf780373d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:53,787 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.153s 2022-07-28 20:03:53,787 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de68bb1e-c714-408f-b2d1-a820e71fe1f8', 'x-compute-request-id': 'req-de68bb1e-c714-408f-b2d1-a820e71fe1f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:54,956 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.155s 2022-07-28 20:03:54,956 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c2faa52-7d7a-41a5-814a-663f37422f6c', 'x-compute-request-id': 'req-9c2faa52-7d7a-41a5-814a-663f37422f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:56,124 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.155s 2022-07-28 20:03:56,125 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df7eb389-5492-4825-9f93-5bd59b86b6cd', 'x-compute-request-id': 'req-df7eb389-5492-4825-9f93-5bd59b86b6cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:57,294 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.156s 2022-07-28 20:03:57,295 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18033c1f-8ad5-4e82-b906-d93a6c1d9d33', 'x-compute-request-id': 'req-18033c1f-8ad5-4e82-b906-d93a6c1d9d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:58,464 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.156s 2022-07-28 20:03:58,465 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16c68f5-7d95-459a-a9f4-c39499b70a78', 'x-compute-request-id': 'req-d16c68f5-7d95-459a-a9f4-c39499b70a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1833319936"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:03:59,570 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.091s 2022-07-28 20:03:59,570 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1614', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abed6b94-985e-4d97-93f8-bd56b673c1c0', 'x-compute-request-id': 'req-abed6b94-985e-4d97-93f8-bd56b673c1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:03:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}, {"version": 4, "addr": "172.27.0.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:32:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:04:00,691 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.107s 2022-07-28 20:04:00,691 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-424beb93-1741-475b-a5b0-4db1e1bff9c0', 'x-compute-request-id': 'req-424beb93-1741-475b-a5b0-4db1e1bff9c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"server": {"id": "38734333-d64b-4885-a501-8d6d573d1457", "name": "tempest-AttachVolumeNegativeTest-server-1511779238", "status": "DELETED", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:20Z", "updated": "2022-07-28T20:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/38734333-d64b-4885-a501-8d6d573d1457"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1632111047", "OS-SRV-USG:launched_at": "2022-07-28T20:02:37.000000", "OS-SRV-USG:terminated_at": "2022-07-28T20:04:00.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:04:00,703 118656 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 34 second wait 2022-07-28 20:04:01,740 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457 0.036s 2022-07-28 20:04:01,741 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-3c0ab4ed-bfe0-41d5-bfe8-4760ea7831e1', 'x-compute-request-id': 'req-3c0ab4ed-bfe0-41d5-bfe8-4760ea7831e1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/38734333-d64b-4885-a501-8d6d573d1457'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 38734333-d64b-4885-a501-8d6d573d1457 could not be found."}}' 2022-07-28 20:04:01,771 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-1632111047 0.029s 2022-07-28 20:04:01,772 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:01 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-da4d1cbb-bdd3-4fe3-83f0-86b1e298564a', 'x-compute-request-id': 'req-da4d1cbb-bdd3-4fe3-83f0-86b1e298564a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-1632111047'} Body: b'' 2022-07-28 20:04:01,909 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/32c8815d-a511-4408-b807-ec8d250a67e9 0.137s 2022-07-28 20:04:01,910 118656 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-cb7b3d52-37ab-4628-9bef-abdc2eeddfa5', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:04:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/32c8815d-a511-4408-b807-ec8d250a67e9'} Body: b'' 2022-07-28 20:04:01,934 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.67:9696/v2.0/security-groups/32c8815d-a511-4408-b807-ec8d250a67e9 0.024s 2022-07-28 20:04:01,935 118656 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-a8aeb1b3-d9f5-4f73-9f4b-261bd4924eca', 'date': 'Thu, 28 Jul 2022 20:04:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/32c8815d-a511-4408-b807-ec8d250a67e9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 32c8815d-a511-4408-b807-ec8d250a67e9 does not exist", "detail": ""}}' 2022-07-28 20:04:02,435 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/b9fdd496-ceb6-49ba-aab4-51fa692396e7 0.499s 2022-07-28 20:04:02,435 118656 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-bd00233d-fd61-4608-88ef-fa20f1b3acea', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:04:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/b9fdd496-ceb6-49ba-aab4-51fa692396e7'} Body: b'' 2022-07-28 20:04:02,486 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.050s 2022-07-28 20:04:02,486 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6365ff-75c6-498f-a9a6-dec22703692f', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab6365ff-75c6-498f-a9a6-dec22703692f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:02:18.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:04:02,684 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.186s 2022-07-28 20:04:02,685 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:02 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-d2e4d779-5cc9-495e-8e0b-0e72c17942ae', 'x-compute-request-id': 'req-d2e4d779-5cc9-495e-8e0b-0e72c17942ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'' 2022-07-28 20:04:02,739 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.054s 2022-07-28 20:04:02,739 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:02 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-70dde3e1-995a-49ba-a2d3-2eff78f9e23b', 'x-compute-request-id': 'req-70dde3e1-995a-49ba-a2d3-2eff78f9e23b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:03,794 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.051s 2022-07-28 20:04:03,795 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:03 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-17cc5ef2-fffa-4bd5-bdfd-7f1451f95aaa', 'x-compute-request-id': 'req-17cc5ef2-fffa-4bd5-bdfd-7f1451f95aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:04,847 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:04:04,849 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:04 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-21fd301d-8b61-4719-99f9-da9d8f09c219', 'x-compute-request-id': 'req-21fd301d-8b61-4719-99f9-da9d8f09c219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:05,901 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:05,902 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:05 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-eb9bb3b6-3df5-4c82-bdab-004606954897', 'x-compute-request-id': 'req-eb9bb3b6-3df5-4c82-bdab-004606954897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:06,958 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.052s 2022-07-28 20:04:06,959 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:06 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-a1aa145a-da8f-470d-baf3-6282dc0fdfd5', 'x-compute-request-id': 'req-a1aa145a-da8f-470d-baf3-6282dc0fdfd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:08,015 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.051s 2022-07-28 20:04:08,015 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:07 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-4ef10dfe-62e0-4110-b6d5-4332578c4ba5', 'x-compute-request-id': 'req-4ef10dfe-62e0-4110-b6d5-4332578c4ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:09,067 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:09,067 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:09 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-dfdf901f-76a5-4414-9ebb-1d8cc7d38531', 'x-compute-request-id': 'req-dfdf901f-76a5-4414-9ebb-1d8cc7d38531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:10,123 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.052s 2022-07-28 20:04:10,124 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:10 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-120b0128-a1aa-419f-ae1a-9cc210983bf3', 'x-compute-request-id': 'req-120b0128-a1aa-419f-ae1a-9cc210983bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:11,177 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:04:11,178 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:11 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-cc562138-9def-4dfe-ad4f-62bf9c6b63c6', 'x-compute-request-id': 'req-cc562138-9def-4dfe-ad4f-62bf9c6b63c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:12,236 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.053s 2022-07-28 20:04:12,236 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:12 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-53642b8c-2e42-495d-9ab3-c54910311b73', 'x-compute-request-id': 'req-53642b8c-2e42-495d-9ab3-c54910311b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:13,292 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.052s 2022-07-28 20:04:13,292 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:13 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-2505a4d8-7fd1-4087-b7fe-1d44f0a63af5', 'x-compute-request-id': 'req-2505a4d8-7fd1-4087-b7fe-1d44f0a63af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:14,344 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:14,344 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:14 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-ccbb7fe5-3f5f-4981-85f2-abd740112b5f', 'x-compute-request-id': 'req-ccbb7fe5-3f5f-4981-85f2-abd740112b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:15,395 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:04:15,396 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:15 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-375c6d85-8c71-43bb-8ca5-6082d0dd6f6c', 'x-compute-request-id': 'req-375c6d85-8c71-43bb-8ca5-6082d0dd6f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:16,446 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:04:16,447 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:16 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-ae411cb5-3311-4ba1-b2f6-b517288abcf9', 'x-compute-request-id': 'req-ae411cb5-3311-4ba1-b2f6-b517288abcf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:17,502 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.051s 2022-07-28 20:04:17,502 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:17 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-fe0eab00-8bbd-48d6-95ec-198bf04519b4', 'x-compute-request-id': 'req-fe0eab00-8bbd-48d6-95ec-198bf04519b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:18,558 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.052s 2022-07-28 20:04:18,559 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:18 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-350be668-7ca4-42c2-b57b-2eb9a6cf2be4', 'x-compute-request-id': 'req-350be668-7ca4-42c2-b57b-2eb9a6cf2be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:19,614 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.051s 2022-07-28 20:04:19,614 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:19 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-bb8b2e47-9e9f-41b3-b1a3-ab5148e51cd3', 'x-compute-request-id': 'req-bb8b2e47-9e9f-41b3-b1a3-ab5148e51cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:20,667 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:04:20,668 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:20 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-1dc52ee4-5a96-43bf-ab7a-469c3e158e7b', 'x-compute-request-id': 'req-1dc52ee4-5a96-43bf-ab7a-469c3e158e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:21,725 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.054s 2022-07-28 20:04:21,725 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:21 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-14b32de1-b207-45ac-97e5-0e44d527b846', 'x-compute-request-id': 'req-14b32de1-b207-45ac-97e5-0e44d527b846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:22,781 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.053s 2022-07-28 20:04:22,782 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:22 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-1a4ced49-0482-49f9-ae77-2b042f89d9da', 'x-compute-request-id': 'req-1a4ced49-0482-49f9-ae77-2b042f89d9da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:23,834 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:23,835 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:23 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-e3c3ca4f-9c96-4a72-b07c-ea17e83ba3ac', 'x-compute-request-id': 'req-e3c3ca4f-9c96-4a72-b07c-ea17e83ba3ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:24,888 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:04:24,889 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:24 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-4b803180-c915-4acd-82c9-e04e11c12410', 'x-compute-request-id': 'req-4b803180-c915-4acd-82c9-e04e11c12410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:25,942 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:04:25,942 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:25 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-e9cb9f01-d1de-4db1-9891-31d40a040e68', 'x-compute-request-id': 'req-e9cb9f01-d1de-4db1-9891-31d40a040e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:26,995 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:04:26,996 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:26 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-987adebb-a0e9-4e9d-ae4d-ac7a8ba1af5a', 'x-compute-request-id': 'req-987adebb-a0e9-4e9d-ae4d-ac7a8ba1af5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:28,047 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:28,047 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:28 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-d611555b-2736-469e-af75-135fb1363bd2', 'x-compute-request-id': 'req-d611555b-2736-469e-af75-135fb1363bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:29,098 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:04:29,098 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:29 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-8f6626e3-d5a9-4805-bbbb-4907a503c0f6', 'x-compute-request-id': 'req-8f6626e3-d5a9-4805-bbbb-4907a503c0f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:30,152 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:04:30,153 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:30 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-8794aa35-b267-4c39-acf3-b6b5b9a1d1c4', 'x-compute-request-id': 'req-8794aa35-b267-4c39-acf3-b6b5b9a1d1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:31,205 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:31,205 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:31 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-2b8d8f31-769e-4c5a-bd2b-6819765deec3', 'x-compute-request-id': 'req-2b8d8f31-769e-4c5a-bd2b-6819765deec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:32,258 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:04:32,259 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:32 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-4481f032-7520-4a07-afd2-5c8f8df77b15', 'x-compute-request-id': 'req-4481f032-7520-4a07-afd2-5c8f8df77b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:33,311 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:33,311 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:33 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-5065aa96-e624-4cf5-94ef-2aab74779781', 'x-compute-request-id': 'req-5065aa96-e624-4cf5-94ef-2aab74779781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:34,363 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:34,363 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:34 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-6166dee3-c978-4fd4-ace8-8dd762c8e381', 'x-compute-request-id': 'req-6166dee3-c978-4fd4-ace8-8dd762c8e381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:35,418 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.051s 2022-07-28 20:04:35,419 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:35 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-56d1620f-ac86-4722-b0bd-30a1b375fa13', 'x-compute-request-id': 'req-56d1620f-ac86-4722-b0bd-30a1b375fa13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:36,470 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:36,471 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:36 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-c28ac3f8-1bb0-4c5d-a984-990678c140bb', 'x-compute-request-id': 'req-c28ac3f8-1bb0-4c5d-a984-990678c140bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:37,522 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:04:37,523 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:37 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-abec8f89-f50e-4533-a0d3-07bdc66a7610', 'x-compute-request-id': 'req-abec8f89-f50e-4533-a0d3-07bdc66a7610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:38,574 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:38,575 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:38 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-38760318-a8ed-4be8-9844-67c76ef20ac3', 'x-compute-request-id': 'req-38760318-a8ed-4be8-9844-67c76ef20ac3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:39,625 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:39,626 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:39 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-cb1b1306-57ce-44cf-a1cf-fb7f5ebe58ae', 'x-compute-request-id': 'req-cb1b1306-57ce-44cf-a1cf-fb7f5ebe58ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:40,679 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:04:40,679 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:40 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-55e4064b-bd14-4cf9-b4b7-b7bbd51e102a', 'x-compute-request-id': 'req-55e4064b-bd14-4cf9-b4b7-b7bbd51e102a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:41,732 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:04:41,732 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:41 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-4a2c3d08-820b-4125-9982-abea8939f554', 'x-compute-request-id': 'req-4a2c3d08-820b-4125-9982-abea8939f554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:42,784 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:42,784 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:42 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-eb968522-3f54-4204-8a4f-da131a7b3e23', 'x-compute-request-id': 'req-eb968522-3f54-4204-8a4f-da131a7b3e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:43,837 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:04:43,838 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:43 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-1b494f48-a0f4-4e41-84f1-2d4c39c78193', 'x-compute-request-id': 'req-1b494f48-a0f4-4e41-84f1-2d4c39c78193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:44,889 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:04:44,889 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:44 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-0503a95f-b8fc-4550-b76f-97ce13388b03', 'x-compute-request-id': 'req-0503a95f-b8fc-4550-b76f-97ce13388b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:45,942 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:04:45,942 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:45 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-07a7cac2-d224-4344-89e5-9d765a425147', 'x-compute-request-id': 'req-07a7cac2-d224-4344-89e5-9d765a425147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:46,994 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:46,995 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:46 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-b5d1a517-315e-4b18-8a09-efc1ab4b138b', 'x-compute-request-id': 'req-b5d1a517-315e-4b18-8a09-efc1ab4b138b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:48,046 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:48,046 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:47 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-3c55ad45-c226-4b40-a052-f8fe30ffce37', 'x-compute-request-id': 'req-3c55ad45-c226-4b40-a052-f8fe30ffce37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:49,095 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.045s 2022-07-28 20:04:49,096 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:49 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-47575d41-0aa2-4ea4-9826-0ab04daf1d9a', 'x-compute-request-id': 'req-47575d41-0aa2-4ea4-9826-0ab04daf1d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:50,147 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:50,148 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:50 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-5342f0a3-2692-4964-97a0-537639000317', 'x-compute-request-id': 'req-5342f0a3-2692-4964-97a0-537639000317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:51,200 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:04:51,201 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:51 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-62a4b8d7-0c26-470b-b5e1-e709eeff69d5', 'x-compute-request-id': 'req-62a4b8d7-0c26-470b-b5e1-e709eeff69d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:52,252 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:52,253 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:52 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-18f22607-a58a-47b8-93ee-bb0232c42290', 'x-compute-request-id': 'req-18f22607-a58a-47b8-93ee-bb0232c42290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:53,304 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:53,305 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:53 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-7e03a66a-bdc6-410c-ab02-71ef1dc27083', 'x-compute-request-id': 'req-7e03a66a-bdc6-410c-ab02-71ef1dc27083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:54,358 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:04:54,358 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:54 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-76f1d945-8f6f-48de-9db7-eba53ad1bc9c', 'x-compute-request-id': 'req-76f1d945-8f6f-48de-9db7-eba53ad1bc9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:55,409 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:55,410 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:55 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-338e9cf4-e66a-4033-a500-f63be338757e', 'x-compute-request-id': 'req-338e9cf4-e66a-4033-a500-f63be338757e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:56,461 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:04:56,461 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:56 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-b76c3f37-d277-466e-b9e3-59a2aae7d608', 'x-compute-request-id': 'req-b76c3f37-d277-466e-b9e3-59a2aae7d608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:57,511 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:04:57,512 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:57 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-2f2eac53-ef13-44f4-bd42-f6c0d954f960', 'x-compute-request-id': 'req-2f2eac53-ef13-44f4-bd42-f6c0d954f960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:58,565 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:04:58,565 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:58 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-112a45b2-8f7a-40b4-8ad1-9b2327f02d35', 'x-compute-request-id': 'req-112a45b2-8f7a-40b4-8ad1-9b2327f02d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:04:59,616 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:04:59,617 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-ba16a774-63ea-46e9-94d7-608f71dc9551', 'x-compute-request-id': 'req-ba16a774-63ea-46e9-94d7-608f71dc9551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:00,667 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.046s 2022-07-28 20:05:00,668 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:00 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-bcba65eb-ece9-463c-973f-60caa3e6fc36', 'x-compute-request-id': 'req-bcba65eb-ece9-463c-973f-60caa3e6fc36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:01,719 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:01,720 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:01 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-a59134f9-cd52-4d34-bcc2-b9b38da1e0e5', 'x-compute-request-id': 'req-a59134f9-cd52-4d34-bcc2-b9b38da1e0e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:02,773 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:02,773 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:02 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-1a679236-4945-4af4-bd8b-55a12dcde137', 'x-compute-request-id': 'req-1a679236-4945-4af4-bd8b-55a12dcde137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:03,825 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:03,825 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:03 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-6a368385-82a7-43fe-b895-b51fee5e2c6d', 'x-compute-request-id': 'req-6a368385-82a7-43fe-b895-b51fee5e2c6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:04,877 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:05:04,878 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:04 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-b50b990f-6777-499c-9949-b4b684a22173', 'x-compute-request-id': 'req-b50b990f-6777-499c-9949-b4b684a22173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:05,930 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:05,930 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:05 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-d7fd0aa1-b6eb-44d9-bca5-d2691703e568', 'x-compute-request-id': 'req-d7fd0aa1-b6eb-44d9-bca5-d2691703e568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:06,982 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:06,982 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:06 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-0dc95f49-d8a3-4985-a378-6a6aafd2d752', 'x-compute-request-id': 'req-0dc95f49-d8a3-4985-a378-6a6aafd2d752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:08,034 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:08,035 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:07 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-6a3eb3f0-26a7-43bc-a294-82b878b86027', 'x-compute-request-id': 'req-6a3eb3f0-26a7-43bc-a294-82b878b86027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:09,087 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:05:09,088 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:09 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-c9531c93-e707-4ffe-9f20-ffacfa49c5d2', 'x-compute-request-id': 'req-c9531c93-e707-4ffe-9f20-ffacfa49c5d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:10,140 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:10,140 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:10 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-37b36b09-47a0-4fcf-9d61-54acc4545da9', 'x-compute-request-id': 'req-37b36b09-47a0-4fcf-9d61-54acc4545da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:11,193 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:05:11,193 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:11 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-0ce2e991-c6a8-4276-9cf2-9d6975d9c5b3', 'x-compute-request-id': 'req-0ce2e991-c6a8-4276-9cf2-9d6975d9c5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:12,244 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:12,244 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:12 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-70836021-326d-4890-a103-a51ad1e06d48', 'x-compute-request-id': 'req-70836021-326d-4890-a103-a51ad1e06d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:13,345 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.098s 2022-07-28 20:05:13,346 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:13 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-08a529aa-3517-4327-b6e4-c15860ff1c3a', 'x-compute-request-id': 'req-08a529aa-3517-4327-b6e4-c15860ff1c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:14,395 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.046s 2022-07-28 20:05:14,396 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:14 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-b44e869c-98fa-4685-932d-7c4fd8244e8e', 'x-compute-request-id': 'req-b44e869c-98fa-4685-932d-7c4fd8244e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:15,449 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:05:15,450 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:15 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-c5bf34ef-380e-4600-a039-3e61ee91d3ba', 'x-compute-request-id': 'req-c5bf34ef-380e-4600-a039-3e61ee91d3ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:16,500 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:16,501 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:16 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-3c8f3c7c-1cf1-4603-ac2d-f5bf69db3bc6', 'x-compute-request-id': 'req-3c8f3c7c-1cf1-4603-ac2d-f5bf69db3bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:17,552 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:17,552 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:17 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-41bc90ef-4259-4512-a21f-c10ebc2eddc1', 'x-compute-request-id': 'req-41bc90ef-4259-4512-a21f-c10ebc2eddc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:18,612 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.056s 2022-07-28 20:05:18,613 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:18 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-ea164268-3ce6-480d-b355-d00ded83bf83', 'x-compute-request-id': 'req-ea164268-3ce6-480d-b355-d00ded83bf83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:19,663 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:19,663 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:19 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-61b3cc4f-73dc-4d68-9a10-0f9353e559ff', 'x-compute-request-id': 'req-61b3cc4f-73dc-4d68-9a10-0f9353e559ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:20,716 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:05:20,717 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:20 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-6517f778-b89e-4c0c-b2f1-6b271ee5c6ea', 'x-compute-request-id': 'req-6517f778-b89e-4c0c-b2f1-6b271ee5c6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:21,770 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:05:21,770 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:21 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-dba687bf-756c-4860-864a-b65ebe7b46d0', 'x-compute-request-id': 'req-dba687bf-756c-4860-864a-b65ebe7b46d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:22,823 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:05:22,823 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:22 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-e3f511d0-3feb-4e4c-b5ed-6b61a699781d', 'x-compute-request-id': 'req-e3f511d0-3feb-4e4c-b5ed-6b61a699781d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:23,874 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:23,874 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:23 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-704c1fb9-5cbb-445d-9c25-ee5783681161', 'x-compute-request-id': 'req-704c1fb9-5cbb-445d-9c25-ee5783681161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:24,926 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:24,926 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:24 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-af9406ad-bf9c-41ae-9979-7bdb8d8d11cc', 'x-compute-request-id': 'req-af9406ad-bf9c-41ae-9979-7bdb8d8d11cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:25,978 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:25,978 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:25 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-ccc3c478-6ec1-4b05-8d69-7d420a7fc65b', 'x-compute-request-id': 'req-ccc3c478-6ec1-4b05-8d69-7d420a7fc65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:27,043 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.060s 2022-07-28 20:05:27,043 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:26 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-0192d008-4ee0-4439-94b7-9d7917b21d14', 'x-compute-request-id': 'req-0192d008-4ee0-4439-94b7-9d7917b21d14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:28,094 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.046s 2022-07-28 20:05:28,095 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:28 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-4ad88bb9-6637-4ea0-8005-2c1210f4c657', 'x-compute-request-id': 'req-4ad88bb9-6637-4ea0-8005-2c1210f4c657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:29,147 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:05:29,148 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:29 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-f7876f6e-2d96-4302-b202-5528e99b06c4', 'x-compute-request-id': 'req-f7876f6e-2d96-4302-b202-5528e99b06c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:30,201 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:05:30,202 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:30 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-4100a603-4e55-4534-8619-52c2b380f840', 'x-compute-request-id': 'req-4100a603-4e55-4534-8619-52c2b380f840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:31,255 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:05:31,255 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:31 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-2c4c6159-d92a-4479-a3ca-b56198a7fd57', 'x-compute-request-id': 'req-2c4c6159-d92a-4479-a3ca-b56198a7fd57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:32,308 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:32,308 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:32 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-0c42ac45-3e38-42d5-95fc-d04d4439c18a', 'x-compute-request-id': 'req-0c42ac45-3e38-42d5-95fc-d04d4439c18a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:33,359 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:33,360 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:33 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-139c0f84-c3db-42bf-90c9-4db8c956a1e1', 'x-compute-request-id': 'req-139c0f84-c3db-42bf-90c9-4db8c956a1e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:34,416 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.052s 2022-07-28 20:05:34,417 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:34 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-315826e3-ebf2-4694-9a9d-c9eaebe8add9', 'x-compute-request-id': 'req-315826e3-ebf2-4694-9a9d-c9eaebe8add9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:35,472 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.052s 2022-07-28 20:05:35,473 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:35 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-0b6667a0-574c-4828-bb7f-c7688110c73f', 'x-compute-request-id': 'req-0b6667a0-574c-4828-bb7f-c7688110c73f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:36,525 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:05:36,526 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:36 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-a3ea6ce9-384f-447a-b78a-8790767a1ced', 'x-compute-request-id': 'req-a3ea6ce9-384f-447a-b78a-8790767a1ced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:37,579 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:05:37,579 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:37 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-169b7414-92cf-48e5-8136-442df3bff9a0', 'x-compute-request-id': 'req-169b7414-92cf-48e5-8136-442df3bff9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:38,632 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:05:38,633 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:38 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-1bbf4b33-61bf-4056-aa76-1020fad89472', 'x-compute-request-id': 'req-1bbf4b33-61bf-4056-aa76-1020fad89472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:39,683 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:39,684 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:39 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-ed589ce5-9a1f-40c8-bea0-d57649b4ef66', 'x-compute-request-id': 'req-ed589ce5-9a1f-40c8-bea0-d57649b4ef66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:40,736 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:40,736 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:40 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-23a1ef2a-2abd-47b3-b697-8c4432adf00b', 'x-compute-request-id': 'req-23a1ef2a-2abd-47b3-b697-8c4432adf00b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:41,787 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.046s 2022-07-28 20:05:41,787 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:41 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-e2ecfd86-cbec-48fc-95a1-14344baea143', 'x-compute-request-id': 'req-e2ecfd86-cbec-48fc-95a1-14344baea143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:42,839 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:42,839 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:42 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-86a05d7d-6fab-4992-ba2e-afc7711f031b', 'x-compute-request-id': 'req-86a05d7d-6fab-4992-ba2e-afc7711f031b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:43,890 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:43,891 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:43 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-bb94938f-270f-4ede-a61c-86c19c51dec6', 'x-compute-request-id': 'req-bb94938f-270f-4ede-a61c-86c19c51dec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:44,941 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:44,942 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:44 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-c110a28b-f8aa-4271-b6e8-7aabf4dbabac', 'x-compute-request-id': 'req-c110a28b-f8aa-4271-b6e8-7aabf4dbabac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:46,019 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.074s 2022-07-28 20:05:46,020 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:45 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-a28c4135-9bef-45bd-ac75-f0b488d765c5', 'x-compute-request-id': 'req-a28c4135-9bef-45bd-ac75-f0b488d765c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:47,077 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.053s 2022-07-28 20:05:47,078 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:47 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-d1706e8c-5671-4841-b522-4b30ddb52763', 'x-compute-request-id': 'req-d1706e8c-5671-4841-b522-4b30ddb52763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:48,129 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:48,129 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:48 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-eb701666-0b5b-4629-94c5-4adb942f3711', 'x-compute-request-id': 'req-eb701666-0b5b-4629-94c5-4adb942f3711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:49,181 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.049s 2022-07-28 20:05:49,182 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:49 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-ec1d4c56-49d4-4dad-b07c-b37ffa6533ab', 'x-compute-request-id': 'req-ec1d4c56-49d4-4dad-b07c-b37ffa6533ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:50,231 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:50,232 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:50 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-7ab629d8-f21d-470e-9ad5-58d2f2f6d9aa', 'x-compute-request-id': 'req-7ab629d8-f21d-470e-9ad5-58d2f2f6d9aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:51,285 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:51,285 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:51 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-f7fb2cb6-8115-4489-be5b-327390732bc4', 'x-compute-request-id': 'req-f7fb2cb6-8115-4489-be5b-327390732bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:52,336 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:52,337 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:52 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-45fae801-b5e1-4efb-80ed-f9dcca3ae698', 'x-compute-request-id': 'req-45fae801-b5e1-4efb-80ed-f9dcca3ae698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:53,427 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.086s 2022-07-28 20:05:53,427 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:53 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-de86b738-6bf7-4a87-83e9-176a3d998dd1', 'x-compute-request-id': 'req-de86b738-6bf7-4a87-83e9-176a3d998dd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:54,508 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.077s 2022-07-28 20:05:54,509 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:54 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-6d74a491-8237-4378-b251-39186c25de38', 'x-compute-request-id': 'req-6d74a491-8237-4378-b251-39186c25de38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:55,564 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.051s 2022-07-28 20:05:55,564 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:55 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-6addc870-0c25-4418-8a88-8e3ddba2030e', 'x-compute-request-id': 'req-6addc870-0c25-4418-8a88-8e3ddba2030e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:56,614 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:05:56,615 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:56 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-5d997135-e609-481d-a75d-4f0fbbe1955d', 'x-compute-request-id': 'req-5d997135-e609-481d-a75d-4f0fbbe1955d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:57,673 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.055s 2022-07-28 20:05:57,673 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:57 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-a498964e-d1d6-4031-ada6-2e5c78ebb641', 'x-compute-request-id': 'req-a498964e-d1d6-4031-ada6-2e5c78ebb641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:58,725 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:05:58,725 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:58 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-97d0b656-cd41-4f71-89a1-ea67802d29e3', 'x-compute-request-id': 'req-97d0b656-cd41-4f71-89a1-ea67802d29e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:05:59,778 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:05:59,778 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-4a9231e5-b214-4155-8be5-771dd1d7ed53', 'x-compute-request-id': 'req-4a9231e5-b214-4155-8be5-771dd1d7ed53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:00,833 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.050s 2022-07-28 20:06:00,833 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:00 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-2175beb3-68f5-49eb-af4b-38e7f542c7a9', 'x-compute-request-id': 'req-2175beb3-68f5-49eb-af4b-38e7f542c7a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:01,885 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:06:01,885 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:01 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-e7163686-cc7e-4826-ab2e-32bebd7e97bc', 'x-compute-request-id': 'req-e7163686-cc7e-4826-ab2e-32bebd7e97bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:02,935 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.047s 2022-07-28 20:06:02,936 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:02 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-c555915f-eb21-4115-b518-dacee60745d7', 'x-compute-request-id': 'req-c555915f-eb21-4115-b518-dacee60745d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:03,988 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.048s 2022-07-28 20:06:03,989 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:03 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-b452434f-f43f-47bb-8fce-e31e453e4ba7', 'x-compute-request-id': 'req-b452434f-f43f-47bb-8fce-e31e453e4ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:05,135 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.142s 2022-07-28 20:06:05,135 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:04 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-06227f48-6c82-4f78-9d76-9a49bc79d69a', 'x-compute-request-id': 'req-06227f48-6c82-4f78-9d76-9a49bc79d69a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:06,304 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.164s 2022-07-28 20:06:06,304 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:06 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-f157c384-ee5f-4d02-8059-fb11c4096dd7', 'x-compute-request-id': 'req-f157c384-ee5f-4d02-8059-fb11c4096dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:07,470 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.163s 2022-07-28 20:06:07,470 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:07 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-3c9eba41-8af5-40a1-807f-eaff63547f62', 'x-compute-request-id': 'req-3c9eba41-8af5-40a1-807f-eaff63547f62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:08,738 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.264s 2022-07-28 20:06:08,739 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:08 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-e68b5ad8-9bae-45ea-90c1-12d0d8335767', 'x-compute-request-id': 'req-e68b5ad8-9bae-45ea-90c1-12d0d8335767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:09,914 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.172s 2022-07-28 20:06:09,915 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:09 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-c2eda5d3-9761-4fb0-904f-cb036bfb2e2b', 'x-compute-request-id': 'req-c2eda5d3-9761-4fb0-904f-cb036bfb2e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:11,082 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.163s 2022-07-28 20:06:11,082 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:10 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-3924aa23-9aa5-4295-a2f8-c18129f9b995', 'x-compute-request-id': 'req-3924aa23-9aa5-4295-a2f8-c18129f9b995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:12,452 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.366s 2022-07-28 20:06:12,453 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:12 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-809ff99d-1de4-4ae5-bfe4-f034dcde5224', 'x-compute-request-id': 'req-809ff99d-1de4-4ae5-bfe4-f034dcde5224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:13,629 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.173s 2022-07-28 20:06:13,630 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:13 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-4f39e366-b3e3-46d5-a3f3-eb3b96f8ee1a', 'x-compute-request-id': 'req-4f39e366-b3e3-46d5-a3f3-eb3b96f8ee1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:14,800 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.167s 2022-07-28 20:06:14,801 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:14 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-fdab7167-4753-4993-9370-c05b58d2eb30', 'x-compute-request-id': 'req-fdab7167-4753-4993-9370-c05b58d2eb30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:15,970 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.166s 2022-07-28 20:06:15,970 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:15 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-238344e1-f539-442b-8faa-d08890d6c8b6', 'x-compute-request-id': 'req-238344e1-f539-442b-8faa-d08890d6c8b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:17,142 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.169s 2022-07-28 20:06:17,143 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:16 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-eb0b2385-5568-4bf6-8b75-4d5ebcfbdb61', 'x-compute-request-id': 'req-eb0b2385-5568-4bf6-8b75-4d5ebcfbdb61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:18,310 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.163s 2022-07-28 20:06:18,310 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:18 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-8d398774-b32b-4008-a348-7b664ee153ef', 'x-compute-request-id': 'req-8d398774-b32b-4008-a348-7b664ee153ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:19,486 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.172s 2022-07-28 20:06:19,486 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:19 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-2ac03bc4-eb5e-4d5c-b68f-d8ec51270e02', 'x-compute-request-id': 'req-2ac03bc4-eb5e-4d5c-b68f-d8ec51270e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:20,659 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.169s 2022-07-28 20:06:20,660 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:20 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-fd0bb529-bf9b-4efa-80b7-055acacbd0ac', 'x-compute-request-id': 'req-fd0bb529-bf9b-4efa-80b7-055acacbd0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:21,836 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.173s 2022-07-28 20:06:21,836 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:21 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-5642772b-78e8-4a2b-9196-ac1ed2333932', 'x-compute-request-id': 'req-5642772b-78e8-4a2b-9196-ac1ed2333932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:23,012 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.172s 2022-07-28 20:06:23,012 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:22 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-88db3edf-a508-46c4-a328-ee244f051a93', 'x-compute-request-id': 'req-88db3edf-a508-46c4-a328-ee244f051a93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:24,175 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.159s 2022-07-28 20:06:24,176 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:24 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-f193aa12-541b-40d9-833f-5cb07472b4f9', 'x-compute-request-id': 'req-f193aa12-541b-40d9-833f-5cb07472b4f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:25,353 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.174s 2022-07-28 20:06:25,354 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:25 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-c8b1b70e-4ba5-4bca-a94f-826902dffdbd', 'x-compute-request-id': 'req-c8b1b70e-4ba5-4bca-a94f-826902dffdbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:26,512 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.152s 2022-07-28 20:06:26,512 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:26 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-0597c424-ac3d-45c3-a9b6-18b4a3f9f71e', 'x-compute-request-id': 'req-0597c424-ac3d-45c3-a9b6-18b4a3f9f71e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:27,689 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.173s 2022-07-28 20:06:27,690 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:27 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-2d07b9a6-5923-436b-bad6-d9efe4809d30', 'x-compute-request-id': 'req-2d07b9a6-5923-436b-bad6-d9efe4809d30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:28,866 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.173s 2022-07-28 20:06:28,866 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:28 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-ff1b25ee-a8a2-47f6-9343-2f10b18ddc23', 'x-compute-request-id': 'req-ff1b25ee-a8a2-47f6-9343-2f10b18ddc23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:30,037 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.167s 2022-07-28 20:06:30,037 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:29 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-84f0f0c6-c63b-4b0f-8859-9012271adb6c', 'x-compute-request-id': 'req-84f0f0c6-c63b-4b0f-8859-9012271adb6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:31,227 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.186s 2022-07-28 20:06:31,227 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:31 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-ef433a34-182d-4a48-8b32-b11ccae971fc', 'x-compute-request-id': 'req-ef433a34-182d-4a48-8b32-b11ccae971fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:32,397 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.166s 2022-07-28 20:06:32,398 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:32 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-cfd84039-d16f-449a-8c40-2746b5e50eef', 'x-compute-request-id': 'req-cfd84039-d16f-449a-8c40-2746b5e50eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:33,578 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.176s 2022-07-28 20:06:33,578 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:33 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-206b617b-dc19-44ff-84a7-1b4029f8b55e', 'x-compute-request-id': 'req-206b617b-dc19-44ff-84a7-1b4029f8b55e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:34,748 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.166s 2022-07-28 20:06:34,748 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:34 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-b5bdd159-6bce-4029-bb42-3e40948e2ac8', 'x-compute-request-id': 'req-b5bdd159-6bce-4029-bb42-3e40948e2ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:35,920 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.168s 2022-07-28 20:06:35,921 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:35 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-b0cfd8a3-90fb-4f1b-89fe-fb36492222cc', 'x-compute-request-id': 'req-b0cfd8a3-90fb-4f1b-89fe-fb36492222cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:37,094 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.170s 2022-07-28 20:06:37,095 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:36 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-6bea9a63-0fbe-4e10-a65d-b702078c3a0d', 'x-compute-request-id': 'req-6bea9a63-0fbe-4e10-a65d-b702078c3a0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:38,267 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.168s 2022-07-28 20:06:38,267 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:38 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-c54c4fb3-27dc-4cee-bde9-793b9119b1ce', 'x-compute-request-id': 'req-c54c4fb3-27dc-4cee-bde9-793b9119b1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:39,440 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.169s 2022-07-28 20:06:39,441 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:39 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-ab99de67-f108-4c45-9c7c-894481a52655', 'x-compute-request-id': 'req-ab99de67-f108-4c45-9c7c-894481a52655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:40,607 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.162s 2022-07-28 20:06:40,607 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:40 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-aa8d1670-3db7-4468-b954-f51aa3dd2786', 'x-compute-request-id': 'req-aa8d1670-3db7-4468-b954-f51aa3dd2786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:41,778 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.166s 2022-07-28 20:06:41,778 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:41 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-2892bce0-6e00-4fbc-93f8-38b320a821fb', 'x-compute-request-id': 'req-2892bce0-6e00-4fbc-93f8-38b320a821fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:42,949 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.167s 2022-07-28 20:06:42,949 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:42 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-91dc44a5-82a3-42cf-b2c8-a5851106d436', 'x-compute-request-id': 'req-91dc44a5-82a3-42cf-b2c8-a5851106d436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:44,115 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.162s 2022-07-28 20:06:44,115 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:43 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-c0b13be5-f6af-4d5b-a037-88972790de16', 'x-compute-request-id': 'req-c0b13be5-f6af-4d5b-a037-88972790de16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:45,289 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.170s 2022-07-28 20:06:45,289 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:45 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-55670458-b83c-417a-8a18-b92b4674a307', 'x-compute-request-id': 'req-55670458-b83c-417a-8a18-b92b4674a307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:46,461 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.168s 2022-07-28 20:06:46,461 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:46 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-2a9ad9df-0a39-434b-bc14-4ed9bd1a96c5', 'x-compute-request-id': 'req-2a9ad9df-0a39-434b-bc14-4ed9bd1a96c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:47,650 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.185s 2022-07-28 20:06:47,650 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:47 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-b17e5b97-e32c-41ec-a9db-8b07724680c5', 'x-compute-request-id': 'req-b17e5b97-e32c-41ec-a9db-8b07724680c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:48,809 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.152s 2022-07-28 20:06:48,809 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:48 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-3cd7c67d-3f55-408e-9d57-30ed4ce0fb60', 'x-compute-request-id': 'req-3cd7c67d-3f55-408e-9d57-30ed4ce0fb60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:49,990 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.177s 2022-07-28 20:06:49,990 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:49 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-b3d75afe-615f-49a7-a88a-7fc3731ef24f', 'x-compute-request-id': 'req-b3d75afe-615f-49a7-a88a-7fc3731ef24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:51,167 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.173s 2022-07-28 20:06:51,167 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:50 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-deb33d9e-5988-4dbc-a8d2-db265cf51720', 'x-compute-request-id': 'req-deb33d9e-5988-4dbc-a8d2-db265cf51720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:52,335 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.164s 2022-07-28 20:06:52,336 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:52 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-5e792102-6774-4aaa-8bce-7661dae17f5d', 'x-compute-request-id': 'req-5e792102-6774-4aaa-8bce-7661dae17f5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:53,512 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.173s 2022-07-28 20:06:53,512 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:53 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-50b005ac-ea21-4c6f-bf02-34e10a1387fd', 'x-compute-request-id': 'req-50b005ac-ea21-4c6f-bf02-34e10a1387fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:54,682 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.165s 2022-07-28 20:06:54,682 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:54 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-f645e685-1165-4847-a914-2557c9a36d3a', 'x-compute-request-id': 'req-f645e685-1165-4847-a914-2557c9a36d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:55,855 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.170s 2022-07-28 20:06:55,855 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:55 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-f2e7bfec-3a37-4652-8eb7-05d1ad483ac3', 'x-compute-request-id': 'req-f2e7bfec-3a37-4652-8eb7-05d1ad483ac3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:57,025 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.165s 2022-07-28 20:06:57,025 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:56 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-c0019201-df4d-4490-b2a9-4c9e8a1c0c99', 'x-compute-request-id': 'req-c0019201-df4d-4490-b2a9-4c9e8a1c0c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:58,202 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.174s 2022-07-28 20:06:58,203 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:58 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-1015090d-a4b9-456a-8444-819b88e4fa85', 'x-compute-request-id': 'req-1015090d-a4b9-456a-8444-819b88e4fa85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:06:59,376 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.169s 2022-07-28 20:06:59,376 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-6f8c4f1d-9a5e-4c0e-b026-845517f2ffa6', 'x-compute-request-id': 'req-6f8c4f1d-9a5e-4c0e-b026-845517f2ffa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:07:00,550 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.170s 2022-07-28 20:07:00,551 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:07:00 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-12380796-02aa-4974-a276-e4a91fe5d1a8', 'x-compute-request-id': 'req-12380796-02aa-4974-a276-e4a91fe5d1a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:01,423 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 59.868s 2022-07-28 20:08:01,423 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:07:01 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-8962c43c-92fa-4549-998e-2a6b41b1fbdd', 'x-compute-request-id': 'req-8962c43c-92fa-4549-998e-2a6b41b1fbdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:46,102 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 43.674s 2022-07-28 20:08:46,102 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:02 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-f8d910c2-4438-40f9-951b-b2d46db2fc94', 'x-compute-request-id': 'req-f8d910c2-4438-40f9-951b-b2d46db2fc94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:47,266 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.161s 2022-07-28 20:08:47,267 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:47 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-154a1053-ed4f-4cbf-822d-2524b21dd7f5', 'x-compute-request-id': 'req-154a1053-ed4f-4cbf-822d-2524b21dd7f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:48,443 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.172s 2022-07-28 20:08:48,443 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:48 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-7a2ba817-ddf8-492a-b089-e396f69a4112', 'x-compute-request-id': 'req-7a2ba817-ddf8-492a-b089-e396f69a4112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:49,634 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.186s 2022-07-28 20:08:49,634 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:49 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-ffd466d1-6a16-4188-9308-6d16a9c56060', 'x-compute-request-id': 'req-ffd466d1-6a16-4188-9308-6d16a9c56060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:50,802 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.164s 2022-07-28 20:08:50,803 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:50 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-d06a2d1b-aa82-4b47-a8bb-2b59dff898f2', 'x-compute-request-id': 'req-d06a2d1b-aa82-4b47-a8bb-2b59dff898f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:51,971 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.165s 2022-07-28 20:08:51,972 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:51 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-8efb727a-1780-4c45-b97a-83898e6433dc', 'x-compute-request-id': 'req-8efb727a-1780-4c45-b97a-83898e6433dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:53,140 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.164s 2022-07-28 20:08:53,140 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:52 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-200c0ca9-0da2-495b-b9ea-a5ffb12b0a3c', 'x-compute-request-id': 'req-200c0ca9-0da2-495b-b9ea-a5ffb12b0a3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:54,321 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.177s 2022-07-28 20:08:54,322 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:54 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-6e5eba8b-1fa4-4633-8ebd-c2856d93e958', 'x-compute-request-id': 'req-6e5eba8b-1fa4-4633-8ebd-c2856d93e958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:55,493 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.167s 2022-07-28 20:08:55,493 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:55 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-928e86a5-7096-41ce-8fb4-226be1ab335e', 'x-compute-request-id': 'req-928e86a5-7096-41ce-8fb4-226be1ab335e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:56,666 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.169s 2022-07-28 20:08:56,666 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:56 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-d7c88da4-8e3b-4682-af13-89a05a9b2542', 'x-compute-request-id': 'req-d7c88da4-8e3b-4682-af13-89a05a9b2542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:57,833 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.162s 2022-07-28 20:08:57,833 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:57 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-b81e0c80-6ba2-40af-9b77-ae05d34a8c60', 'x-compute-request-id': 'req-b81e0c80-6ba2-40af-9b77-ae05d34a8c60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:08:59,005 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.168s 2022-07-28 20:08:59,005 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:58 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-f5c38e7e-77bb-4b17-b415-8c9f624a0b6e', 'x-compute-request-id': 'req-f5c38e7e-77bb-4b17-b415-8c9f624a0b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:09:00,176 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.166s 2022-07-28 20:09:00,176 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:09:00 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-cc696339-bd74-420b-b3eb-4d95961f1009', 'x-compute-request-id': 'req-cc696339-bd74-420b-b3eb-4d95961f1009', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:09:01,347 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 0.168s 2022-07-28 20:09:01,347 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:09:01 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-44194b1b-cdb1-4a20-b0ef-a3089da91957', 'x-compute-request-id': 'req-44194b1b-cdb1-4a20-b0ef-a3089da91957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:10:01,778 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments 59.427s 2022-07-28 20:10:01,778 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:09:02 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-985fa26e-fa2c-46da-a498-5a7a455edc64', 'x-compute-request-id': 'req-985fa26e-fa2c-46da-a498-5a7a455edc64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "volumeId": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "serverId": "c1cb56a8-6993-4767-9e30-5786f3b94743", "device": "/dev/sdb"}]}' 2022-07-28 20:12:01,928 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 59.081s 2022-07-28 20:12:01,928 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:11:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-269edfb9-8515-4a31-b395-eded00538f9f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-269edfb9-8515-4a31-b395-eded00538f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:12:46,416 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 43.476s 2022-07-28 20:12:46,417 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:12:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b1d0b9-7b9a-4f18-9f1c-011d09c23a28', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b1d0b9-7b9a-4f18-9f1c-011d09c23a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:13:47,489 118656 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 2022-07-28 20:14:02,501 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 75.073s 2022-07-28 20:14:02,502 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e015c74-efcf-48a3-8e12-0742f7fe85e0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e015c74-efcf-48a3-8e12-0742f7fe85e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:14:46,591 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 43.077s 2022-07-28 20:14:46,591 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62dc3698-f73d-40ef-84e5-0ad051531263', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62dc3698-f73d-40ef-84e5-0ad051531263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:14:47,651 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.047s 2022-07-28 20:14:47,651 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94065fac-2a6a-462b-a4a7-8e0452e036eb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94065fac-2a6a-462b-a4a7-8e0452e036eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:14:48,712 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.048s 2022-07-28 20:14:48,712 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e8cbea-d159-4b09-b54f-9df6dc49279a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e8cbea-d159-4b09-b54f-9df6dc49279a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:14:49,778 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.054s 2022-07-28 20:14:49,778 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb2cd03-704b-43ba-9aa0-9de467cff84d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bb2cd03-704b-43ba-9aa0-9de467cff84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:14:50,873 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 0.082s 2022-07-28 20:14:50,874 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f9f699c-404e-49e6-b3ec-43c68f030c02', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f9f699c-404e-49e6-b3ec-43c68f030c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:15:51,948 118656 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 2022-07-28 20:16:03,312 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 71.425s 2022-07-28 20:16:03,312 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff310454-db16-4603-b9b0-eccf6757e531', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff310454-db16-4603-b9b0-eccf6757e531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:16:51,366 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 47.041s 2022-07-28 20:16:51,366 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-342216ea-c7ea-43e9-9656-29feff9bb468', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-342216ea-c7ea-43e9-9656-29feff9bb468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:17:52,433 118656 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 2022-07-28 20:18:03,897 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f 71.519s 2022-07-28 20:18:03,897 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d2b287b-2c5b-463c-9009-561340d6c529', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d2b287b-2c5b-463c-9009-561340d6c529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f'} Body: b'{"volume": {"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:59.000000", "updated_at": "2022-07-28T20:04:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2037504370", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/d6612a467ab54632a74cf113b4666eb1/volumes/47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}], "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "attachment_id": "15433732-d000-42ac-b478-e628560f7f95", "volume_id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f", "server_id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:11.000000"}], "os-vol-tenant-attr:tenant_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:18:04,042 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.132s 2022-07-28 20:18:04,043 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18: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-1bbd54ae-f01c-409e-b431-49cfe11a3fed', 'x-compute-request-id': 'req-1bbd54ae-f01c-409e-b431-49cfe11a3fed', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'' 2022-07-28 20:18:04,200 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:18:04,200 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6494602-a32f-4b30-ad6a-3c0cdff3c2a4', 'x-compute-request-id': 'req-e6494602-a32f-4b30-ad6a-3c0cdff3c2a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:05,397 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.184s 2022-07-28 20:18:05,397 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e8460b5-7393-46c5-8233-2cacd965fc60', 'x-compute-request-id': 'req-8e8460b5-7393-46c5-8233-2cacd965fc60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:06,568 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:18:06,568 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9814faf6-0c81-4f7a-9529-707fc9f6c237', 'x-compute-request-id': 'req-9814faf6-0c81-4f7a-9529-707fc9f6c237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:07,733 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:18:07,734 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eebd2adc-f2f3-436e-84fe-9e98f65d999a', 'x-compute-request-id': 'req-eebd2adc-f2f3-436e-84fe-9e98f65d999a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:08,899 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:18:08,899 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-847be877-16ff-43a9-b629-4fc6e7ff3236', 'x-compute-request-id': 'req-847be877-16ff-43a9-b629-4fc6e7ff3236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:10,064 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:18:10,064 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-286162ae-1828-4e5a-8251-0c26d2996117', 'x-compute-request-id': 'req-286162ae-1828-4e5a-8251-0c26d2996117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:11,230 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:18:11,230 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01f42d0d-8a01-4249-9195-1c0c5d187a2c', 'x-compute-request-id': 'req-01f42d0d-8a01-4249-9195-1c0c5d187a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:12,391 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.148s 2022-07-28 20:18:12,392 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd1d16d5-4759-44c4-8893-d0f1e5eb8017', 'x-compute-request-id': 'req-fd1d16d5-4759-44c4-8893-d0f1e5eb8017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:13,555 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:18:13,555 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e8cfd7a-4f13-47f0-ba9d-3410e0e3831f', 'x-compute-request-id': 'req-3e8cfd7a-4f13-47f0-ba9d-3410e0e3831f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:14,727 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.158s 2022-07-28 20:18:14,727 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6b864d6-262f-4a1d-b2a9-253ce11200a3', 'x-compute-request-id': 'req-e6b864d6-262f-4a1d-b2a9-253ce11200a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:15,890 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:18:15,891 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c7b89d4-93ac-4649-badb-6f811e45a8fb', 'x-compute-request-id': 'req-7c7b89d4-93ac-4649-badb-6f811e45a8fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:17,061 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:18:17,061 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97f69edd-5179-436f-b20c-04034840fae2', 'x-compute-request-id': 'req-97f69edd-5179-436f-b20c-04034840fae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:18,232 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:18:18,232 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbebc0ba-7015-41a8-b3d3-5fc32a7398ad', 'x-compute-request-id': 'req-cbebc0ba-7015-41a8-b3d3-5fc32a7398ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:19,398 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:18:19,398 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd2f9b58-fd16-4645-bf55-44db30a4581f', 'x-compute-request-id': 'req-bd2f9b58-fd16-4645-bf55-44db30a4581f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:20,601 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.188s 2022-07-28 20:18:20,601 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8714774-6939-4b1e-bb26-f45711aec6bb', 'x-compute-request-id': 'req-d8714774-6939-4b1e-bb26-f45711aec6bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:21,783 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.167s 2022-07-28 20:18:21,784 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2857cc3a-9aea-459a-b87b-f756afc7d2e6', 'x-compute-request-id': 'req-2857cc3a-9aea-459a-b87b-f756afc7d2e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:23,098 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.302s 2022-07-28 20:18:23,099 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b021549-7021-45a4-8f9e-01dd42eb6894', 'x-compute-request-id': 'req-4b021549-7021-45a4-8f9e-01dd42eb6894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:24,264 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:18:24,265 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aae4b99b-ec5e-42f6-860c-61922b80142a', 'x-compute-request-id': 'req-aae4b99b-ec5e-42f6-860c-61922b80142a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:25,433 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:18:25,434 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42768873-6432-4b4b-ae9f-f10e3157adcf', 'x-compute-request-id': 'req-42768873-6432-4b4b-ae9f-f10e3157adcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:26,603 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:18:26,603 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b52a1bd-b613-4786-811c-ecb83d00bd77', 'x-compute-request-id': 'req-8b52a1bd-b613-4786-811c-ecb83d00bd77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:27,766 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.149s 2022-07-28 20:18:27,766 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aa91a3a-303f-492b-b2e1-78089e414105', 'x-compute-request-id': 'req-4aa91a3a-303f-492b-b2e1-78089e414105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:28,934 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:18:28,935 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-524bdc15-3d64-4b88-9068-591ddf242769', 'x-compute-request-id': 'req-524bdc15-3d64-4b88-9068-591ddf242769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:30,098 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:18:30,098 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e6c5efa-0298-4184-8540-c5e73fa276e7', 'x-compute-request-id': 'req-8e6c5efa-0298-4184-8540-c5e73fa276e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:31,268 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:18:31,268 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4ce6381-0be7-4c8b-af2b-07f353d90410', 'x-compute-request-id': 'req-d4ce6381-0be7-4c8b-af2b-07f353d90410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:32,437 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:18:32,437 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a4f27fc-e42b-422b-ba1d-828b60175889', 'x-compute-request-id': 'req-2a4f27fc-e42b-422b-ba1d-828b60175889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:33,603 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:18:33,604 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df424bb9-cae9-4f03-bd05-53a84d72081b', 'x-compute-request-id': 'req-df424bb9-cae9-4f03-bd05-53a84d72081b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:34,767 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:18:34,768 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88813411-31ba-47e6-9e46-69147dafe8ef', 'x-compute-request-id': 'req-88813411-31ba-47e6-9e46-69147dafe8ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:35,936 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:18:35,936 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9a5a6b0-2c70-456e-8e3c-7d8742382664', 'x-compute-request-id': 'req-e9a5a6b0-2c70-456e-8e3c-7d8742382664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:37,132 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.182s 2022-07-28 20:18:37,132 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f93143f-1beb-4ab1-b2de-321066bc5294', 'x-compute-request-id': 'req-9f93143f-1beb-4ab1-b2de-321066bc5294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:38,323 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.178s 2022-07-28 20:18:38,323 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cebc61d9-eebe-4e5f-8a0d-7df42261a78d', 'x-compute-request-id': 'req-cebc61d9-eebe-4e5f-8a0d-7df42261a78d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:39,697 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.361s 2022-07-28 20:18:39,698 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-175faae8-1112-47c0-be6f-19d1267e25a0', 'x-compute-request-id': 'req-175faae8-1112-47c0-be6f-19d1267e25a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:40,872 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.161s 2022-07-28 20:18:40,873 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55b1a967-55df-4e2d-abb5-6a955b2c79d0', 'x-compute-request-id': 'req-55b1a967-55df-4e2d-abb5-6a955b2c79d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:42,037 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:18:42,037 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7197bb35-ebcf-4fe5-bb6e-11650e3d3347', 'x-compute-request-id': 'req-7197bb35-ebcf-4fe5-bb6e-11650e3d3347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:43,204 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:18:43,205 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa573a3f-4dbd-4101-856f-a09f8a3d32d7', 'x-compute-request-id': 'req-fa573a3f-4dbd-4101-856f-a09f8a3d32d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:44,375 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:18:44,376 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-feb5818b-e481-4894-aa81-1b4fd6a78340', 'x-compute-request-id': 'req-feb5818b-e481-4894-aa81-1b4fd6a78340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:45,543 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:18:45,543 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9222cd85-d011-45d3-b3c7-7ad986b24744', 'x-compute-request-id': 'req-9222cd85-d011-45d3-b3c7-7ad986b24744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:46,719 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.161s 2022-07-28 20:18:46,720 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fc5cd5e-d0b1-4b70-b988-1c515cc6f61a', 'x-compute-request-id': 'req-6fc5cd5e-d0b1-4b70-b988-1c515cc6f61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:47,890 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:18:47,890 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de44f404-912c-4101-ad62-9a488225c212', 'x-compute-request-id': 'req-de44f404-912c-4101-ad62-9a488225c212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:49,055 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:18:49,055 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0256e346-b88c-4ae1-8cd6-6e907584598b', 'x-compute-request-id': 'req-0256e346-b88c-4ae1-8cd6-6e907584598b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:50,222 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:18:50,222 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89c6ce47-def2-4b7a-aae9-ce151d942670', 'x-compute-request-id': 'req-89c6ce47-def2-4b7a-aae9-ce151d942670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:51,403 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.167s 2022-07-28 20:18:51,403 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-980c9042-f4f0-4fde-a17e-fcf01b6c6e56', 'x-compute-request-id': 'req-980c9042-f4f0-4fde-a17e-fcf01b6c6e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:52,609 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.192s 2022-07-28 20:18:52,609 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5edc353-1ae5-400c-8fe8-6c9348bc93f2', 'x-compute-request-id': 'req-a5edc353-1ae5-400c-8fe8-6c9348bc93f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:53,875 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.252s 2022-07-28 20:18:53,875 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1d23832-c715-43c7-8209-6bd0e9355697', 'x-compute-request-id': 'req-a1d23832-c715-43c7-8209-6bd0e9355697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:55,066 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.177s 2022-07-28 20:18:55,066 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d484ecbd-af48-48b6-b779-1d3cd2eebfdf', 'x-compute-request-id': 'req-d484ecbd-af48-48b6-b779-1d3cd2eebfdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:56,272 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.192s 2022-07-28 20:18:56,273 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2549caf8-4927-470d-8aa5-af570e9c4655', 'x-compute-request-id': 'req-2549caf8-4927-470d-8aa5-af570e9c4655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:57,446 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.159s 2022-07-28 20:18:57,447 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-529e8bad-db72-44b5-bd32-d74187a9cf3a', 'x-compute-request-id': 'req-529e8bad-db72-44b5-bd32-d74187a9cf3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:58,620 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.160s 2022-07-28 20:18:58,621 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-172fdd83-d522-4b14-a524-3b2ecabfae16', 'x-compute-request-id': 'req-172fdd83-d522-4b14-a524-3b2ecabfae16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:18:59,786 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:18:59,787 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06917d38-7f81-43e8-bc65-0e521b965c2a', 'x-compute-request-id': 'req-06917d38-7f81-43e8-bc65-0e521b965c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:00,949 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:19:00,949 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32a7df48-4e55-4f6c-a214-0e8aed766d0a', 'x-compute-request-id': 'req-32a7df48-4e55-4f6c-a214-0e8aed766d0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:02,124 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.161s 2022-07-28 20:19:02,125 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2382c444-053b-4696-b341-4669c3726f4b', 'x-compute-request-id': 'req-2382c444-053b-4696-b341-4669c3726f4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:03,353 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.216s 2022-07-28 20:19:03,354 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6197e02c-b212-445c-b4d6-70f87c3619f1', 'x-compute-request-id': 'req-6197e02c-b212-445c-b4d6-70f87c3619f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:04,521 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:19:04,521 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-043dfecc-08a9-433c-8ed6-a7d18bf2fcf9', 'x-compute-request-id': 'req-043dfecc-08a9-433c-8ed6-a7d18bf2fcf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:05,692 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.158s 2022-07-28 20:19:05,692 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71c1fb72-b285-488f-bbf7-9a8ab500c465', 'x-compute-request-id': 'req-71c1fb72-b285-488f-bbf7-9a8ab500c465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:06,862 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:19:06,862 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27091df0-6af8-4f76-b9d7-1f61966c70aa', 'x-compute-request-id': 'req-27091df0-6af8-4f76-b9d7-1f61966c70aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:08,029 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:19:08,030 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0537185-e004-4dac-9a4f-bb21829dec89', 'x-compute-request-id': 'req-b0537185-e004-4dac-9a4f-bb21829dec89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:09,196 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:19:09,196 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57c75fbb-9f09-4a78-ba66-5425dc2fa444', 'x-compute-request-id': 'req-57c75fbb-9f09-4a78-ba66-5425dc2fa444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:10,386 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.176s 2022-07-28 20:19:10,387 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2cd2d8b-b52f-40e2-9099-327c583519c2', 'x-compute-request-id': 'req-e2cd2d8b-b52f-40e2-9099-327c583519c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:11,553 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:19:11,553 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e47e0305-4cbc-425b-a706-f59121954b7f', 'x-compute-request-id': 'req-e47e0305-4cbc-425b-a706-f59121954b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:12,751 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.184s 2022-07-28 20:19:12,751 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c782bbef-1752-4e11-9476-812fa32631ac', 'x-compute-request-id': 'req-c782bbef-1752-4e11-9476-812fa32631ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:13,915 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:19:13,916 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4395f566-aaa8-44e5-93cc-ea916a822ba3', 'x-compute-request-id': 'req-4395f566-aaa8-44e5-93cc-ea916a822ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:15,081 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:19:15,082 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b181b09-3e16-4d0c-a971-51e8fd704e73', 'x-compute-request-id': 'req-6b181b09-3e16-4d0c-a971-51e8fd704e73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:16,254 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.159s 2022-07-28 20:19:16,254 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65b033d9-8466-4abd-951b-e30b47775b3b', 'x-compute-request-id': 'req-65b033d9-8466-4abd-951b-e30b47775b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:17,419 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:19:17,419 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2e012ab-06e8-46e2-b45f-e26e4c3da56b', 'x-compute-request-id': 'req-e2e012ab-06e8-46e2-b45f-e26e4c3da56b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:18,586 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:19:18,587 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccc9f4c6-728b-4800-821c-3e14e6ff16c0', 'x-compute-request-id': 'req-ccc9f4c6-728b-4800-821c-3e14e6ff16c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:19,765 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.165s 2022-07-28 20:19:19,766 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f55fb5be-3422-408e-a77b-05ab19d9e211', 'x-compute-request-id': 'req-f55fb5be-3422-408e-a77b-05ab19d9e211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:20,932 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:19:20,933 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-788c1e39-d32d-4536-99c1-3cf376856602', 'x-compute-request-id': 'req-788c1e39-d32d-4536-99c1-3cf376856602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:22,099 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:19:22,099 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b54431c2-2e8f-4373-b016-f8fee5c52e8c', 'x-compute-request-id': 'req-b54431c2-2e8f-4373-b016-f8fee5c52e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:23,268 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:19:23,268 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40e5fc0d-da60-40b5-a1bb-15fd5725af2e', 'x-compute-request-id': 'req-40e5fc0d-da60-40b5-a1bb-15fd5725af2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:24,431 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:19:24,432 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbfb75ab-c7cb-416c-a8d0-a5d3a712cd75', 'x-compute-request-id': 'req-bbfb75ab-c7cb-416c-a8d0-a5d3a712cd75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:25,602 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:19:25,602 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-884ebc0a-7a2b-4dbf-bbd1-3ebdc6eaaf5d', 'x-compute-request-id': 'req-884ebc0a-7a2b-4dbf-bbd1-3ebdc6eaaf5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:26,778 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:19:26,778 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fedc0533-6ffd-42d8-a688-8519ddf9852d', 'x-compute-request-id': 'req-fedc0533-6ffd-42d8-a688-8519ddf9852d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:27,950 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.158s 2022-07-28 20:19:27,950 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c883678-acc1-4ee2-b2bf-26dbb137fd39', 'x-compute-request-id': 'req-0c883678-acc1-4ee2-b2bf-26dbb137fd39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:29,118 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:19:29,118 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58c47dc5-0f49-4d0e-ac90-52649d007beb', 'x-compute-request-id': 'req-58c47dc5-0f49-4d0e-ac90-52649d007beb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:30,292 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.161s 2022-07-28 20:19:30,292 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2b71ba2-a4d3-4ec3-bd12-02d0d2ae126e', 'x-compute-request-id': 'req-c2b71ba2-a4d3-4ec3-bd12-02d0d2ae126e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:31,490 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.186s 2022-07-28 20:19:31,491 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8adfdd9-f253-4502-968d-8296e6ef2636', 'x-compute-request-id': 'req-e8adfdd9-f253-4502-968d-8296e6ef2636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:32,654 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:19:32,656 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6592ff63-3d9c-4aa8-9fcb-0be9046cdad4', 'x-compute-request-id': 'req-6592ff63-3d9c-4aa8-9fcb-0be9046cdad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:33,830 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:19:33,830 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6d811ed-ec6b-418a-94fb-3210a685dda9', 'x-compute-request-id': 'req-f6d811ed-ec6b-418a-94fb-3210a685dda9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:35,204 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.361s 2022-07-28 20:19:35,205 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79427b64-cef0-4614-a557-af06ca0c66bf', 'x-compute-request-id': 'req-79427b64-cef0-4614-a557-af06ca0c66bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:36,368 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:19:36,368 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-462c9ba1-b29b-4f7c-b87b-faa695061376', 'x-compute-request-id': 'req-462c9ba1-b29b-4f7c-b87b-faa695061376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:37,538 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:19:37,538 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1b99cb0-4cb9-4f24-b794-fc27ae2bc91b', 'x-compute-request-id': 'req-b1b99cb0-4cb9-4f24-b794-fc27ae2bc91b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:38,705 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:19:38,705 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0051071c-5153-4fa8-963b-5cbe0a5bc5f5', 'x-compute-request-id': 'req-0051071c-5153-4fa8-963b-5cbe0a5bc5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:39,874 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:19:39,874 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aacd53a-9c87-4b01-a941-3ed5c20b0800', 'x-compute-request-id': 'req-9aacd53a-9c87-4b01-a941-3ed5c20b0800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:41,040 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:19:41,040 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e71c534-3082-47b9-b1f5-50ffcc7a01aa', 'x-compute-request-id': 'req-0e71c534-3082-47b9-b1f5-50ffcc7a01aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:42,208 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:19:42,208 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b57cb23-d849-4392-ac97-c13f22216fb2', 'x-compute-request-id': 'req-2b57cb23-d849-4392-ac97-c13f22216fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:43,373 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:19:43,374 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbcdf830-4b17-45fd-85a0-f9d4bf0e085f', 'x-compute-request-id': 'req-fbcdf830-4b17-45fd-85a0-f9d4bf0e085f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:44,544 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:19:44,544 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67126de0-4bc7-4ca3-9321-6b3ab5699404', 'x-compute-request-id': 'req-67126de0-4bc7-4ca3-9321-6b3ab5699404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:45,718 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.159s 2022-07-28 20:19:45,718 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77e779b5-bb0d-4ff4-847f-467f280287b6', 'x-compute-request-id': 'req-77e779b5-bb0d-4ff4-847f-467f280287b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:46,909 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.177s 2022-07-28 20:19:46,909 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5144857-cf05-4f8d-9875-a693f6986b2b', 'x-compute-request-id': 'req-f5144857-cf05-4f8d-9875-a693f6986b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:48,085 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:19:48,085 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21f8a487-8b87-424a-942a-2b4376da8c9e', 'x-compute-request-id': 'req-21f8a487-8b87-424a-942a-2b4376da8c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:49,255 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:19:49,256 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a94ce184-f1fc-4cb8-ad18-8bd92602e897', 'x-compute-request-id': 'req-a94ce184-f1fc-4cb8-ad18-8bd92602e897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:50,425 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:19:50,426 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b770cf28-2f86-49e0-8e8b-c27d79540450', 'x-compute-request-id': 'req-b770cf28-2f86-49e0-8e8b-c27d79540450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:51,592 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:19:51,593 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f8f308d-fdb2-45ba-9314-d08e8394f491', 'x-compute-request-id': 'req-2f8f308d-fdb2-45ba-9314-d08e8394f491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:52,761 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:19:52,762 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34170fba-829d-4f49-8006-9d6c1e925abd', 'x-compute-request-id': 'req-34170fba-829d-4f49-8006-9d6c1e925abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:53,929 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:19:53,929 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed128ac1-f458-4fb9-81c2-0e5a97b0d5af', 'x-compute-request-id': 'req-ed128ac1-f458-4fb9-81c2-0e5a97b0d5af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:55,094 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:19:55,095 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e423aeda-86f0-41dc-bdb9-1ce6d85fa953', 'x-compute-request-id': 'req-e423aeda-86f0-41dc-bdb9-1ce6d85fa953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:56,274 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.167s 2022-07-28 20:19:56,275 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eab59827-1bf2-4801-9b81-2a7fb84599a3', 'x-compute-request-id': 'req-eab59827-1bf2-4801-9b81-2a7fb84599a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:57,442 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:19:57,443 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09d561b1-d716-4947-9f40-7711e6217eec', 'x-compute-request-id': 'req-09d561b1-d716-4947-9f40-7711e6217eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:58,622 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.166s 2022-07-28 20:19:58,623 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87c2b93d-f853-4242-8a84-d5292c01dd91', 'x-compute-request-id': 'req-87c2b93d-f853-4242-8a84-d5292c01dd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:19:59,794 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:19:59,794 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49f32e92-cab5-4cad-833a-f61da8017f51', 'x-compute-request-id': 'req-49f32e92-cab5-4cad-833a-f61da8017f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:00,962 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:20:00,962 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fafa2f31-25a0-49af-a85b-4a54699a4d37', 'x-compute-request-id': 'req-fafa2f31-25a0-49af-a85b-4a54699a4d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:02,128 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:20:02,129 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a8b1a9e-ae04-4b22-ba92-c3435cfd5560', 'x-compute-request-id': 'req-1a8b1a9e-ae04-4b22-ba92-c3435cfd5560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:03,304 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.163s 2022-07-28 20:20:03,305 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5ea5b3e-b49f-49b3-badc-17979c262f97', 'x-compute-request-id': 'req-b5ea5b3e-b49f-49b3-badc-17979c262f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:04,473 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:20:04,474 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94048539-d285-4190-bebc-4ae81f1b7ba2', 'x-compute-request-id': 'req-94048539-d285-4190-bebc-4ae81f1b7ba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:05,705 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.219s 2022-07-28 20:20:05,706 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed422941-e9e9-4118-8af1-80324ca76f68', 'x-compute-request-id': 'req-ed422941-e9e9-4118-8af1-80324ca76f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:06,883 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.165s 2022-07-28 20:20:06,884 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19ecf354-04ab-4190-b9f4-026b15cfd4cc', 'x-compute-request-id': 'req-19ecf354-04ab-4190-b9f4-026b15cfd4cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:08,054 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:20:08,055 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41231bab-cb03-49a3-93b5-4dca7668b60f', 'x-compute-request-id': 'req-41231bab-cb03-49a3-93b5-4dca7668b60f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:09,219 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:20:09,220 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a5a85bf-fb13-4f7d-8848-6c32a9f28288', 'x-compute-request-id': 'req-9a5a85bf-fb13-4f7d-8848-6c32a9f28288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:10,387 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:20:10,388 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c0172e9-c2f5-4dfc-9d20-55927f9e0455', 'x-compute-request-id': 'req-4c0172e9-c2f5-4dfc-9d20-55927f9e0455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:11,554 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:20:11,555 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1e15dce-552c-4109-acad-78c227fb18f9', 'x-compute-request-id': 'req-c1e15dce-552c-4109-acad-78c227fb18f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:12,718 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.149s 2022-07-28 20:20:12,718 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e74d568-3a14-4518-9dde-ad214e68cd1a', 'x-compute-request-id': 'req-9e74d568-3a14-4518-9dde-ad214e68cd1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:13,882 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:20:13,883 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-617b22d6-ca6b-417d-820f-9b8555dbc7ad', 'x-compute-request-id': 'req-617b22d6-ca6b-417d-820f-9b8555dbc7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:15,054 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.158s 2022-07-28 20:20:15,055 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec88be66-8cc6-400b-9514-c5bc7ec1550d', 'x-compute-request-id': 'req-ec88be66-8cc6-400b-9514-c5bc7ec1550d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:16,220 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:20:16,221 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-712472a1-4343-46f1-aa7c-22ea808339c3', 'x-compute-request-id': 'req-712472a1-4343-46f1-aa7c-22ea808339c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:17,392 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:20:17,392 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de8a6f9d-a8c2-4422-8c34-9fbe5014652f', 'x-compute-request-id': 'req-de8a6f9d-a8c2-4422-8c34-9fbe5014652f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:18,575 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.169s 2022-07-28 20:20:18,575 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-196168e5-9341-485c-b931-1a3693ad342c', 'x-compute-request-id': 'req-196168e5-9341-485c-b931-1a3693ad342c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:19,742 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:20:19,742 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1629004-c9c6-4aeb-ad60-741743dbfa9c', 'x-compute-request-id': 'req-c1629004-c9c6-4aeb-ad60-741743dbfa9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:20,908 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:20:20,909 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e85aaa1-3f5a-41fb-9a34-2bd7278428a6', 'x-compute-request-id': 'req-0e85aaa1-3f5a-41fb-9a34-2bd7278428a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:22,078 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:20:22,079 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dab2b238-3864-4273-8f85-6f4a7ccf8176', 'x-compute-request-id': 'req-dab2b238-3864-4273-8f85-6f4a7ccf8176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:23,268 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.176s 2022-07-28 20:20:23,268 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc1b9e23-5d61-4ca5-9d80-1be49891f87f', 'x-compute-request-id': 'req-cc1b9e23-5d61-4ca5-9d80-1be49891f87f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:24,455 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.174s 2022-07-28 20:20:24,456 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c8439be-9330-4770-b8e2-83b92bbba427', 'x-compute-request-id': 'req-3c8439be-9330-4770-b8e2-83b92bbba427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:25,631 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:20:25,631 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d2b6cba-e318-465c-ab26-81f534e54093', 'x-compute-request-id': 'req-6d2b6cba-e318-465c-ab26-81f534e54093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:26,808 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.163s 2022-07-28 20:20:26,808 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b94b0c9-5f1b-4b51-a87c-06f7b909c86f', 'x-compute-request-id': 'req-8b94b0c9-5f1b-4b51-a87c-06f7b909c86f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:27,983 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:20:27,984 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3ea2bcf-88a6-4c84-8dc7-4e7e571669d7', 'x-compute-request-id': 'req-f3ea2bcf-88a6-4c84-8dc7-4e7e571669d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:29,154 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:20:29,154 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-222918ca-6fc1-4acb-9778-531b2e53eecc', 'x-compute-request-id': 'req-222918ca-6fc1-4acb-9778-531b2e53eecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:30,323 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:20:30,323 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08e823e7-06db-430b-a1c3-4f996f4e152e', 'x-compute-request-id': 'req-08e823e7-06db-430b-a1c3-4f996f4e152e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:31,491 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:20:31,492 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff9df6f1-d4e5-4fad-8ce6-d3dc71485a0e', 'x-compute-request-id': 'req-ff9df6f1-d4e5-4fad-8ce6-d3dc71485a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:32,658 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:20:32,659 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-422a20e6-f266-433d-812a-577bd3dc17d7', 'x-compute-request-id': 'req-422a20e6-f266-433d-812a-577bd3dc17d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:33,824 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:20:33,825 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f22d8a6a-c104-4cbb-b832-acd4927dc8a0', 'x-compute-request-id': 'req-f22d8a6a-c104-4cbb-b832-acd4927dc8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:34,988 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:20:34,988 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e86baf8-75bb-4e43-9cc2-5841fb621bed', 'x-compute-request-id': 'req-2e86baf8-75bb-4e43-9cc2-5841fb621bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:36,152 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:20:36,153 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfd10104-e394-4504-8037-916a2b93e806', 'x-compute-request-id': 'req-cfd10104-e394-4504-8037-916a2b93e806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:37,326 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.159s 2022-07-28 20:20:37,326 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc13cac0-9c52-45f5-97c7-898858f8fb86', 'x-compute-request-id': 'req-cc13cac0-9c52-45f5-97c7-898858f8fb86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:38,492 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:20:38,493 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28826fa7-3022-4142-bf41-02a71de7c1fd', 'x-compute-request-id': 'req-28826fa7-3022-4142-bf41-02a71de7c1fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:39,661 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:20:39,661 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e78de5b-0b8f-4df0-86df-5d8605d13ede', 'x-compute-request-id': 'req-1e78de5b-0b8f-4df0-86df-5d8605d13ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:40,828 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:20:40,828 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-010eda91-8036-464a-b703-cf9c714627a3', 'x-compute-request-id': 'req-010eda91-8036-464a-b703-cf9c714627a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:42,026 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.184s 2022-07-28 20:20:42,026 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e29b93a-13b0-4876-9ff2-530765acd9bc', 'x-compute-request-id': 'req-4e29b93a-13b0-4876-9ff2-530765acd9bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:43,193 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:20:43,193 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d6190b7-d7d1-42b2-82e4-6274e058f1a6', 'x-compute-request-id': 'req-6d6190b7-d7d1-42b2-82e4-6274e058f1a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:44,363 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:20:44,364 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5ba7c88-d24f-45f4-8379-e5e74e0beaaf', 'x-compute-request-id': 'req-a5ba7c88-d24f-45f4-8379-e5e74e0beaaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:45,532 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:20:45,533 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ffa27d7-5be1-4160-846f-999f096b6253', 'x-compute-request-id': 'req-6ffa27d7-5be1-4160-846f-999f096b6253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:46,702 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:20:46,703 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6960b4f-78ea-47ef-a96c-7949e6be6aef', 'x-compute-request-id': 'req-d6960b4f-78ea-47ef-a96c-7949e6be6aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:47,872 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:20:47,872 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0372534f-8fa3-4e2a-8ee4-618aec2e94c6', 'x-compute-request-id': 'req-0372534f-8fa3-4e2a-8ee4-618aec2e94c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:49,040 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:20:49,040 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eec5451a-e492-4ea6-9dbb-96fd8857bc94', 'x-compute-request-id': 'req-eec5451a-e492-4ea6-9dbb-96fd8857bc94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:50,486 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.433s 2022-07-28 20:20:50,487 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc10314b-b103-41ef-94bd-795a05b05c63', 'x-compute-request-id': 'req-cc10314b-b103-41ef-94bd-795a05b05c63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:51,752 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.252s 2022-07-28 20:20:51,753 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c6c3a84-d20b-477d-aa44-c365b79e2d18', 'x-compute-request-id': 'req-6c6c3a84-d20b-477d-aa44-c365b79e2d18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:52,930 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.164s 2022-07-28 20:20:52,930 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-700084c5-6755-442c-9851-7a52858d9ccc', 'x-compute-request-id': 'req-700084c5-6755-442c-9851-7a52858d9ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:54,108 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.163s 2022-07-28 20:20:54,108 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e51e783f-1e21-41e3-9cfa-53bb89eeb099', 'x-compute-request-id': 'req-e51e783f-1e21-41e3-9cfa-53bb89eeb099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:55,278 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:20:55,278 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64fbc4fd-bdcc-45b7-91d8-9ca5eb89b9fa', 'x-compute-request-id': 'req-64fbc4fd-bdcc-45b7-91d8-9ca5eb89b9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:56,480 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.188s 2022-07-28 20:20:56,480 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e925761-5d1d-429f-b39e-bf110026d5bb', 'x-compute-request-id': 'req-7e925761-5d1d-429f-b39e-bf110026d5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:57,660 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.165s 2022-07-28 20:20:57,660 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5606ed7c-f9b3-4db6-a66a-012a45e299ae', 'x-compute-request-id': 'req-5606ed7c-f9b3-4db6-a66a-012a45e299ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:20:58,854 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.181s 2022-07-28 20:20:58,854 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-070ff8e1-29ac-4a78-9b6e-dab3f06410e9', 'x-compute-request-id': 'req-070ff8e1-29ac-4a78-9b6e-dab3f06410e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:00,030 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:21:00,031 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c7febac-fd6e-428d-98ce-5817bdbd5d26', 'x-compute-request-id': 'req-6c7febac-fd6e-428d-98ce-5817bdbd5d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:01,199 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:21:01,199 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1c8205c-6d07-41fb-8c24-920a8b7ad3ca', 'x-compute-request-id': 'req-a1c8205c-6d07-41fb-8c24-920a8b7ad3ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:02,368 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:21:02,369 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56add82f-606e-4f61-b90a-6d32b9f2c148', 'x-compute-request-id': 'req-56add82f-606e-4f61-b90a-6d32b9f2c148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:03,563 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.182s 2022-07-28 20:21:03,564 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-727942ae-6137-406b-b802-11d148b4fed8', 'x-compute-request-id': 'req-727942ae-6137-406b-b802-11d148b4fed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:04,741 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.164s 2022-07-28 20:21:04,741 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-499189c3-df64-4813-9c61-e590f182e71f', 'x-compute-request-id': 'req-499189c3-df64-4813-9c61-e590f182e71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:05,914 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.160s 2022-07-28 20:21:05,914 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5bbf7bf-87d2-4b2f-9cab-7ab924aa182a', 'x-compute-request-id': 'req-b5bbf7bf-87d2-4b2f-9cab-7ab924aa182a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:07,084 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:21:07,084 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b07f6034-ea1f-492d-ad33-d511d94c331b', 'x-compute-request-id': 'req-b07f6034-ea1f-492d-ad33-d511d94c331b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:08,264 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.167s 2022-07-28 20:21:08,265 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90bf92de-d3b4-45fc-a69e-c26255998fd1', 'x-compute-request-id': 'req-90bf92de-d3b4-45fc-a69e-c26255998fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:09,432 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:09,433 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2da335a2-529b-4495-b812-c1672078ed7c', 'x-compute-request-id': 'req-2da335a2-529b-4495-b812-c1672078ed7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:10,600 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:10,600 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15377157-29bb-44fa-8b61-2e814f7d6e85', 'x-compute-request-id': 'req-15377157-29bb-44fa-8b61-2e814f7d6e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:11,763 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:21:11,764 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffed0714-f6be-4816-8816-e7f33659fc65', 'x-compute-request-id': 'req-ffed0714-f6be-4816-8816-e7f33659fc65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:12,930 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:12,930 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e052a784-fdb2-40b7-b3aa-046bc0f71e02', 'x-compute-request-id': 'req-e052a784-fdb2-40b7-b3aa-046bc0f71e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:14,097 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:14,097 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b52fb556-f9d7-4cf5-92a1-c62cb765f384', 'x-compute-request-id': 'req-b52fb556-f9d7-4cf5-92a1-c62cb765f384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:15,265 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:21:15,265 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6cdc7a1-d109-4313-8127-a31e05603cc3', 'x-compute-request-id': 'req-f6cdc7a1-d109-4313-8127-a31e05603cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:16,432 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:16,432 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81032816-97a6-421b-80bf-fda20e66adcb', 'x-compute-request-id': 'req-81032816-97a6-421b-80bf-fda20e66adcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:17,600 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:21:17,601 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2414afb-2a8f-4362-9378-bdcdd75b8572', 'x-compute-request-id': 'req-d2414afb-2a8f-4362-9378-bdcdd75b8572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:18,764 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:21:18,765 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-439ea2d0-465f-4e76-92d8-51e39a7f54e8', 'x-compute-request-id': 'req-439ea2d0-465f-4e76-92d8-51e39a7f54e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:19,931 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:19,932 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-949d272e-be36-4a56-8238-0528b65a966c', 'x-compute-request-id': 'req-949d272e-be36-4a56-8238-0528b65a966c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:21,097 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:21:21,097 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cfc54b4-4d5a-4a7d-8c00-49898ded83c8', 'x-compute-request-id': 'req-9cfc54b4-4d5a-4a7d-8c00-49898ded83c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:22,274 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.164s 2022-07-28 20:21:22,274 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e6f0775-f723-4712-8d8d-a21013abdb99', 'x-compute-request-id': 'req-7e6f0775-f723-4712-8d8d-a21013abdb99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:23,473 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.185s 2022-07-28 20:21:23,473 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cb150ea-1f07-456c-a496-947d8f271d7a', 'x-compute-request-id': 'req-4cb150ea-1f07-456c-a496-947d8f271d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:24,642 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:21:24,643 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee0532bd-8b14-4158-947e-f0cf98a8c645', 'x-compute-request-id': 'req-ee0532bd-8b14-4158-947e-f0cf98a8c645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:25,813 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:21:25,814 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff6ff4d0-903c-47d8-8089-b53dc2f5b7c8', 'x-compute-request-id': 'req-ff6ff4d0-903c-47d8-8089-b53dc2f5b7c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:26,987 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.160s 2022-07-28 20:21:26,987 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f45a4b-c776-409b-9c33-44ef9a8ffe1c', 'x-compute-request-id': 'req-39f45a4b-c776-409b-9c33-44ef9a8ffe1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:28,152 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:28,153 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccf56d70-719a-4b61-bbe7-36e3b89c7aec', 'x-compute-request-id': 'req-ccf56d70-719a-4b61-bbe7-36e3b89c7aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:29,318 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:21:29,318 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58302198-cab0-42f7-847a-23d03b93bf75', 'x-compute-request-id': 'req-58302198-cab0-42f7-847a-23d03b93bf75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:30,488 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:21:30,489 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-523c92c0-55f9-4fdb-be22-cb0f97e78d49', 'x-compute-request-id': 'req-523c92c0-55f9-4fdb-be22-cb0f97e78d49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:31,651 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:21:31,652 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd7c7985-29b4-4c22-8408-e7ef8217a36f', 'x-compute-request-id': 'req-fd7c7985-29b4-4c22-8408-e7ef8217a36f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:32,817 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:21:32,817 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f77c6b7-6afa-4b5b-8b78-2cbb635fb133', 'x-compute-request-id': 'req-0f77c6b7-6afa-4b5b-8b78-2cbb635fb133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:33,981 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:21:33,981 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c9af4eb-1625-4a57-a4cf-a1d7472f3400', 'x-compute-request-id': 'req-5c9af4eb-1625-4a57-a4cf-a1d7472f3400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:35,145 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:21:35,146 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ced833ba-3820-44ac-8f4f-95a70b159298', 'x-compute-request-id': 'req-ced833ba-3820-44ac-8f4f-95a70b159298', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:36,323 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.164s 2022-07-28 20:21:36,324 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16f9f7e8-2638-49e0-b9e0-d2496d0574f7', 'x-compute-request-id': 'req-16f9f7e8-2638-49e0-b9e0-d2496d0574f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:37,490 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:21:37,490 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59725762-79ee-43a5-ba1c-93ed6fc7bc0b', 'x-compute-request-id': 'req-59725762-79ee-43a5-ba1c-93ed6fc7bc0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:38,657 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:38,658 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cea7afb8-b0cf-48fa-9224-2f694cdf7929', 'x-compute-request-id': 'req-cea7afb8-b0cf-48fa-9224-2f694cdf7929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:39,823 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:21:39,823 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6d94eba-4cd0-4150-81a5-f9873cf96fe0', 'x-compute-request-id': 'req-b6d94eba-4cd0-4150-81a5-f9873cf96fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:40,989 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:21:40,989 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3df31f88-83e9-43fe-8522-072f98f153f9', 'x-compute-request-id': 'req-3df31f88-83e9-43fe-8522-072f98f153f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:42,164 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:21:42,165 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1bcc6f1-eb72-4cbb-b613-2295432c6635', 'x-compute-request-id': 'req-f1bcc6f1-eb72-4cbb-b613-2295432c6635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:43,359 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.180s 2022-07-28 20:21:43,360 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5df1333a-251d-4ca5-84c0-f9a75e1858cb', 'x-compute-request-id': 'req-5df1333a-251d-4ca5-84c0-f9a75e1858cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:44,530 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:21:44,530 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6055ddcd-8c0b-42db-acdd-473ef2f72866', 'x-compute-request-id': 'req-6055ddcd-8c0b-42db-acdd-473ef2f72866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:45,700 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:21:45,700 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a367b12e-5dcc-43dc-ae8e-1e3c01843b68', 'x-compute-request-id': 'req-a367b12e-5dcc-43dc-ae8e-1e3c01843b68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:46,870 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:21:46,871 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eef04f3-ecfc-4740-a765-59361eb9ae32', 'x-compute-request-id': 'req-3eef04f3-ecfc-4740-a765-59361eb9ae32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:48,038 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:21:48,039 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a2cb8c9-4d6b-4ee7-ab86-e0d0d246d386', 'x-compute-request-id': 'req-5a2cb8c9-4d6b-4ee7-ab86-e0d0d246d386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:49,214 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:21:49,214 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49082b73-c7ac-4c6a-8d46-1afbbbbe0b5d', 'x-compute-request-id': 'req-49082b73-c7ac-4c6a-8d46-1afbbbbe0b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:50,379 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:50,380 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97156ed1-c215-4aac-8b23-85f5512b644e', 'x-compute-request-id': 'req-97156ed1-c215-4aac-8b23-85f5512b644e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:51,547 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:21:51,548 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f6f591-82fa-4e95-a860-a685fca75efa', 'x-compute-request-id': 'req-39f6f591-82fa-4e95-a860-a685fca75efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:52,715 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:21:52,715 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5358cd5-bf2d-48ce-afa1-b4e5022dd5d5', 'x-compute-request-id': 'req-c5358cd5-bf2d-48ce-afa1-b4e5022dd5d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:53,882 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:21:53,883 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0190a7ef-46a0-451d-9173-8d1d8619a658', 'x-compute-request-id': 'req-0190a7ef-46a0-451d-9173-8d1d8619a658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:55,052 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:21:55,052 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ab346cf-5a50-4b3c-9a5c-613da9164dbb', 'x-compute-request-id': 'req-0ab346cf-5a50-4b3c-9a5c-613da9164dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:56,221 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:21:56,222 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8853b055-9aec-4e57-b918-fe2f7fcebbaa', 'x-compute-request-id': 'req-8853b055-9aec-4e57-b918-fe2f7fcebbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:57,391 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:21:57,391 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ec9ce85-9819-4181-9e3d-ffa1e0d78392', 'x-compute-request-id': 'req-1ec9ce85-9819-4181-9e3d-ffa1e0d78392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:58,559 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:21:58,559 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3db81f2-1a03-4fb9-8075-9f343269be0c', 'x-compute-request-id': 'req-d3db81f2-1a03-4fb9-8075-9f343269be0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:21:59,725 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:21:59,725 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee7e6c62-41f5-475e-b12b-8673907ad877', 'x-compute-request-id': 'req-ee7e6c62-41f5-475e-b12b-8673907ad877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:00,903 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.164s 2022-07-28 20:22:00,903 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f160535e-4964-484b-a668-b62b04f92046', 'x-compute-request-id': 'req-f160535e-4964-484b-a668-b62b04f92046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:02,095 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.179s 2022-07-28 20:22:02,096 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e34bef-4e8a-4c87-8faa-ebb57415a741', 'x-compute-request-id': 'req-10e34bef-4e8a-4c87-8faa-ebb57415a741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:03,277 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.165s 2022-07-28 20:22:03,278 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da76b443-0b40-4878-b941-c292bc2e2e78', 'x-compute-request-id': 'req-da76b443-0b40-4878-b941-c292bc2e2e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:04,451 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.159s 2022-07-28 20:22:04,451 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d9348cc-d66e-4595-9876-7e171e41d212', 'x-compute-request-id': 'req-3d9348cc-d66e-4595-9876-7e171e41d212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:05,619 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:22:05,620 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed2e66cf-c825-4627-8276-391c2174c22d', 'x-compute-request-id': 'req-ed2e66cf-c825-4627-8276-391c2174c22d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:06,796 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.163s 2022-07-28 20:22:06,796 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98c5377f-f717-48f2-a587-28abfb8a088f', 'x-compute-request-id': 'req-98c5377f-f717-48f2-a587-28abfb8a088f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:07,960 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:22:07,960 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51553870-59f4-4c3b-acd3-35fa7526e1e2', 'x-compute-request-id': 'req-51553870-59f4-4c3b-acd3-35fa7526e1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:09,127 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:22:09,127 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d578ce10-77bc-4b59-a126-f23d84c6364c', 'x-compute-request-id': 'req-d578ce10-77bc-4b59-a126-f23d84c6364c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:10,294 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:22:10,295 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebcde1f3-0d9f-489e-829d-7988226604c9', 'x-compute-request-id': 'req-ebcde1f3-0d9f-489e-829d-7988226604c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:11,467 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.160s 2022-07-28 20:22:11,468 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb58e1f7-1e83-459e-b0c7-c6e74124017b', 'x-compute-request-id': 'req-bb58e1f7-1e83-459e-b0c7-c6e74124017b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:12,648 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.168s 2022-07-28 20:22:12,649 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3beba6f3-057e-4009-b265-26e385a14955', 'x-compute-request-id': 'req-3beba6f3-057e-4009-b265-26e385a14955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:13,818 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:22:13,819 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f049c51-d8aa-46db-bb9f-b820f8029c54', 'x-compute-request-id': 'req-6f049c51-d8aa-46db-bb9f-b820f8029c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:14,986 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:22:14,987 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79058c55-9702-4290-bfcc-acb45b8e0de9', 'x-compute-request-id': 'req-79058c55-9702-4290-bfcc-acb45b8e0de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:16,152 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:22:16,153 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-389c081d-0563-4d46-b3b6-49aaea5f793c', 'x-compute-request-id': 'req-389c081d-0563-4d46-b3b6-49aaea5f793c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:17,322 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:22:17,322 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f31caf5d-be63-4b5c-b58f-a33615092986', 'x-compute-request-id': 'req-f31caf5d-be63-4b5c-b58f-a33615092986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:18,488 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:22:18,488 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31aa0aac-5669-4ea9-9e11-38c475d7dcdb', 'x-compute-request-id': 'req-31aa0aac-5669-4ea9-9e11-38c475d7dcdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:19,654 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:22:19,655 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d46af01b-d5f6-41ff-a5ca-938068828690', 'x-compute-request-id': 'req-d46af01b-d5f6-41ff-a5ca-938068828690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:20,855 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.187s 2022-07-28 20:22:20,856 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbd8bbc8-4ddf-4ad4-b9f2-2b632086439d', 'x-compute-request-id': 'req-bbd8bbc8-4ddf-4ad4-b9f2-2b632086439d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:22,034 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.161s 2022-07-28 20:22:22,034 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90c99134-ff8f-40fc-87b5-c802076f2dd0', 'x-compute-request-id': 'req-90c99134-ff8f-40fc-87b5-c802076f2dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:23,408 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.360s 2022-07-28 20:22:23,408 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af87b30e-5b81-454f-a3d1-64dfbafcf263', 'x-compute-request-id': 'req-af87b30e-5b81-454f-a3d1-64dfbafcf263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:24,576 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:22:24,577 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-595be301-ecda-47ce-b75c-2d90e982a72a', 'x-compute-request-id': 'req-595be301-ecda-47ce-b75c-2d90e982a72a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:25,743 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:22:25,744 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b2e7403-bdd2-4131-b6b5-1e94903c3124', 'x-compute-request-id': 'req-0b2e7403-bdd2-4131-b6b5-1e94903c3124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:26,914 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:22:26,914 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d41f04a-44a7-4fb2-a233-a6f87265004b', 'x-compute-request-id': 'req-2d41f04a-44a7-4fb2-a233-a6f87265004b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:28,078 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:22:28,079 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60fd8e89-f7c2-4c10-b121-677e563b4576', 'x-compute-request-id': 'req-60fd8e89-f7c2-4c10-b121-677e563b4576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:29,245 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:22:29,245 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea07c350-0e39-42b8-9484-28115d00e25c', 'x-compute-request-id': 'req-ea07c350-0e39-42b8-9484-28115d00e25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:30,415 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:22:30,415 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6dfe1f9-3393-4567-a30b-cafb735d2371', 'x-compute-request-id': 'req-b6dfe1f9-3393-4567-a30b-cafb735d2371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:31,591 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:22:31,592 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fc586b2-b6b7-40dd-b908-ea12a9b1c264', 'x-compute-request-id': 'req-9fc586b2-b6b7-40dd-b908-ea12a9b1c264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:32,757 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:22:32,757 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e28c32f1-d9ea-4e67-88ab-9087a90e8d41', 'x-compute-request-id': 'req-e28c32f1-d9ea-4e67-88ab-9087a90e8d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:33,924 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:22:33,924 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b61b139-945e-4b47-be58-2f56a4e0f240', 'x-compute-request-id': 'req-3b61b139-945e-4b47-be58-2f56a4e0f240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:35,094 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:22:35,095 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b24629cb-6a82-417e-8485-f5908ba9ad15', 'x-compute-request-id': 'req-b24629cb-6a82-417e-8485-f5908ba9ad15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:36,289 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.181s 2022-07-28 20:22:36,289 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e148cbfd-04a9-4435-8be9-f06c132f765f', 'x-compute-request-id': 'req-e148cbfd-04a9-4435-8be9-f06c132f765f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:37,474 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.171s 2022-07-28 20:22:37,474 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c7194a8-e732-4dcf-8d8d-f1c337603e5e', 'x-compute-request-id': 'req-6c7194a8-e732-4dcf-8d8d-f1c337603e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:38,641 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:22:38,642 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22a12a3a-f39d-48bb-b920-7fdcc7e3c3d3', 'x-compute-request-id': 'req-22a12a3a-f39d-48bb-b920-7fdcc7e3c3d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:39,810 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:22:39,810 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a48f448-7ccf-4b5f-bb50-196658311597', 'x-compute-request-id': 'req-3a48f448-7ccf-4b5f-bb50-196658311597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:40,988 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.165s 2022-07-28 20:22:40,988 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3cc53a7-9c08-4ec3-9c0b-106c07f2a0ea', 'x-compute-request-id': 'req-c3cc53a7-9c08-4ec3-9c0b-106c07f2a0ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:42,155 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:22:42,156 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a887b7b6-d23b-4521-85a8-78206ebc1f59', 'x-compute-request-id': 'req-a887b7b6-d23b-4521-85a8-78206ebc1f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:43,318 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.149s 2022-07-28 20:22:43,318 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc1647ac-0d82-49a5-b07b-ca6309b45f99', 'x-compute-request-id': 'req-bc1647ac-0d82-49a5-b07b-ca6309b45f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:44,486 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:22:44,486 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c9d85a1-8f6b-486c-83b1-2577543c06ee', 'x-compute-request-id': 'req-0c9d85a1-8f6b-486c-83b1-2577543c06ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:45,656 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:22:45,657 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7e8f808-61e1-48d1-8910-6eccb1576e7e', 'x-compute-request-id': 'req-c7e8f808-61e1-48d1-8910-6eccb1576e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:46,824 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:22:46,824 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c132d358-4732-4061-ade1-ea508362a704', 'x-compute-request-id': 'req-c132d358-4732-4061-ade1-ea508362a704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:47,990 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:22:47,990 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcfe30fa-2f0f-44c5-adc3-d9baef92e371', 'x-compute-request-id': 'req-dcfe30fa-2f0f-44c5-adc3-d9baef92e371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:49,155 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:22:49,156 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a2860ee-854c-41a4-b923-feff55d02edc', 'x-compute-request-id': 'req-8a2860ee-854c-41a4-b923-feff55d02edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:50,320 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:22:50,321 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-447ba9c7-e041-4ef5-8b4f-3779aa485d92', 'x-compute-request-id': 'req-447ba9c7-e041-4ef5-8b4f-3779aa485d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:51,486 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:22:51,486 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d3a183e-88ef-4302-b4e5-2930dcddc2fa', 'x-compute-request-id': 'req-1d3a183e-88ef-4302-b4e5-2930dcddc2fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:52,651 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:22:52,652 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5025da14-c900-43e6-a894-174ea1a6cc0d', 'x-compute-request-id': 'req-5025da14-c900-43e6-a894-174ea1a6cc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:53,820 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:22:53,820 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9910df86-0544-47af-bc1b-f68388e97fcf', 'x-compute-request-id': 'req-9910df86-0544-47af-bc1b-f68388e97fcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:54,990 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:22:54,990 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b9e8d99-d3af-4d31-b77e-8a1e84be5dcb', 'x-compute-request-id': 'req-0b9e8d99-d3af-4d31-b77e-8a1e84be5dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:56,182 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.179s 2022-07-28 20:22:56,183 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7668c606-7835-4c39-8c48-31c2ce1e053f', 'x-compute-request-id': 'req-7668c606-7835-4c39-8c48-31c2ce1e053f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:57,353 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:22:57,353 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71b4c7f0-69f0-45da-958a-9066044171d9', 'x-compute-request-id': 'req-71b4c7f0-69f0-45da-958a-9066044171d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:58,523 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:22:58,524 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cce1028b-c6cc-4dfe-9db8-adc40f58c43b', 'x-compute-request-id': 'req-cce1028b-c6cc-4dfe-9db8-adc40f58c43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:22:59,696 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.158s 2022-07-28 20:22:59,696 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a050043a-029f-4d2a-b6ba-21a78c9d9c18', 'x-compute-request-id': 'req-a050043a-029f-4d2a-b6ba-21a78c9d9c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:00,867 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:23:00,867 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a03b62d-03aa-4ab7-98e0-7995d5866520', 'x-compute-request-id': 'req-4a03b62d-03aa-4ab7-98e0-7995d5866520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:02,046 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.166s 2022-07-28 20:23:02,046 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9662e50e-326d-4bc3-a552-9f7cfca3938c', 'x-compute-request-id': 'req-9662e50e-326d-4bc3-a552-9f7cfca3938c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:03,214 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:23:03,215 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b9126cd-cb9a-45a2-a9a1-1c2d1d7ce735', 'x-compute-request-id': 'req-6b9126cd-cb9a-45a2-a9a1-1c2d1d7ce735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:04,505 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.277s 2022-07-28 20:23:04,505 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8babf296-fa06-41cc-82e9-afcba9919b3c', 'x-compute-request-id': 'req-8babf296-fa06-41cc-82e9-afcba9919b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:05,675 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:23:05,675 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8e7d9a4-bf39-457b-9ab5-5ff13a03299d', 'x-compute-request-id': 'req-b8e7d9a4-bf39-457b-9ab5-5ff13a03299d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:06,840 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:23:06,840 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a413ee25-b6b1-41d1-99f7-e5bc55fcf4f6', 'x-compute-request-id': 'req-a413ee25-b6b1-41d1-99f7-e5bc55fcf4f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:08,009 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:23:08,010 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da355cdb-ed16-4f8b-bb52-32838db58d7c', 'x-compute-request-id': 'req-da355cdb-ed16-4f8b-bb52-32838db58d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:09,176 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:23:09,176 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6b6d6b4-b54f-42c5-9bf2-9afd708280ab', 'x-compute-request-id': 'req-d6b6d6b4-b54f-42c5-9bf2-9afd708280ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:10,344 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:23:10,344 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-905b66bf-40ca-4a9e-be91-a5ab33dc7b3c', 'x-compute-request-id': 'req-905b66bf-40ca-4a9e-be91-a5ab33dc7b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:11,517 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.159s 2022-07-28 20:23:11,517 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7a8c6c7-63c7-4f6f-82f0-62a8ebd15a5b', 'x-compute-request-id': 'req-c7a8c6c7-63c7-4f6f-82f0-62a8ebd15a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:12,713 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.181s 2022-07-28 20:23:12,713 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad85f933-8971-40eb-8240-1d4782aaa6d0', 'x-compute-request-id': 'req-ad85f933-8971-40eb-8240-1d4782aaa6d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:13,889 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.163s 2022-07-28 20:23:13,890 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4114a397-18b3-433c-b016-e32c396a407d', 'x-compute-request-id': 'req-4114a397-18b3-433c-b016-e32c396a407d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:15,056 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:23:15,057 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f722735-0fd1-49c1-9c69-b4742f4ce1c1', 'x-compute-request-id': 'req-1f722735-0fd1-49c1-9c69-b4742f4ce1c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:16,232 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.162s 2022-07-28 20:23:16,233 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-380eec18-084e-4258-a9e4-3962792afa68', 'x-compute-request-id': 'req-380eec18-084e-4258-a9e4-3962792afa68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:17,404 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.158s 2022-07-28 20:23:17,405 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77b2d4f8-757c-465c-932c-f02ae740bafb', 'x-compute-request-id': 'req-77b2d4f8-757c-465c-932c-f02ae740bafb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:18,568 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.150s 2022-07-28 20:23:18,568 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-646935a4-eeb3-4672-b530-4fe9f2814d0d', 'x-compute-request-id': 'req-646935a4-eeb3-4672-b530-4fe9f2814d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:19,745 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.164s 2022-07-28 20:23:19,745 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbfa9ea6-5d74-4314-a9f5-3c3116a6fab5', 'x-compute-request-id': 'req-bbfa9ea6-5d74-4314-a9f5-3c3116a6fab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:20,912 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:23:20,912 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe9098da-381f-4971-b6ca-5dd618f7391b', 'x-compute-request-id': 'req-fe9098da-381f-4971-b6ca-5dd618f7391b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:22,080 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:23:22,081 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-733e1fae-67fa-41f6-8aac-0e191f075fb4', 'x-compute-request-id': 'req-733e1fae-67fa-41f6-8aac-0e191f075fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:23,247 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:23:23,248 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e54c115-1766-4373-8733-458f3547ca09', 'x-compute-request-id': 'req-3e54c115-1766-4373-8733-458f3547ca09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:24,419 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.158s 2022-07-28 20:23:24,419 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04e52ada-6bd2-4f45-98b5-87cd63288513', 'x-compute-request-id': 'req-04e52ada-6bd2-4f45-98b5-87cd63288513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:25,589 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:23:25,589 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-310cbd67-e34e-4133-b36d-33e05e0a0256', 'x-compute-request-id': 'req-310cbd67-e34e-4133-b36d-33e05e0a0256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:26,753 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.151s 2022-07-28 20:23:26,754 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dfc2b9a-e890-48f2-98fa-60facd286cd4', 'x-compute-request-id': 'req-4dfc2b9a-e890-48f2-98fa-60facd286cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:27,921 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.154s 2022-07-28 20:23:27,922 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d929a86-86f8-4ce8-b035-6e35b171031a', 'x-compute-request-id': 'req-0d929a86-86f8-4ce8-b035-6e35b171031a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:29,088 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:23:29,088 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12b0bbbe-8e78-4588-bf8d-687e1ccdd51f', 'x-compute-request-id': 'req-12b0bbbe-8e78-4588-bf8d-687e1ccdd51f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:30,263 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.161s 2022-07-28 20:23:30,263 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9b02d2d-2d89-4e42-9e2a-09384c3b6d40', 'x-compute-request-id': 'req-e9b02d2d-2d89-4e42-9e2a-09384c3b6d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:31,432 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:23:31,432 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcd8a567-2274-464f-aa3e-7a76553ea232', 'x-compute-request-id': 'req-fcd8a567-2274-464f-aa3e-7a76553ea232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:32,601 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:23:32,602 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24d21a4a-2041-4fb7-b922-2ce8db7a2438', 'x-compute-request-id': 'req-24d21a4a-2041-4fb7-b922-2ce8db7a2438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:33,782 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.167s 2022-07-28 20:23:33,783 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8eb80dd2-8196-4a7b-bb48-528d08930fc8', 'x-compute-request-id': 'req-8eb80dd2-8196-4a7b-bb48-528d08930fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:34,980 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.184s 2022-07-28 20:23:34,981 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10ba8e84-2a49-4a9e-b347-b928d68355df', 'x-compute-request-id': 'req-10ba8e84-2a49-4a9e-b347-b928d68355df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:36,149 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:23:36,150 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28d7e466-9621-4cdc-b4d6-b99693170e9a', 'x-compute-request-id': 'req-28d7e466-9621-4cdc-b4d6-b99693170e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:37,318 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:23:37,318 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10fd0ae6-a95e-4a4d-b30b-233e678a4524', 'x-compute-request-id': 'req-10fd0ae6-a95e-4a4d-b30b-233e678a4524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:38,484 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:23:38,485 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-655a344b-f867-4dea-bac4-9f6e901df520', 'x-compute-request-id': 'req-655a344b-f867-4dea-bac4-9f6e901df520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:39,672 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.174s 2022-07-28 20:23:39,672 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05d3db58-eb22-462b-8bb3-c99a46dc4255', 'x-compute-request-id': 'req-05d3db58-eb22-462b-8bb3-c99a46dc4255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:40,839 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.153s 2022-07-28 20:23:40,839 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-856edbb0-908c-4994-8b01-72c4327c32ac', 'x-compute-request-id': 'req-856edbb0-908c-4994-8b01-72c4327c32ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:42,010 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:23:42,010 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc035dcd-ece1-4658-ba72-d656c2b1c70e', 'x-compute-request-id': 'req-dc035dcd-ece1-4658-ba72-d656c2b1c70e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:43,179 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.155s 2022-07-28 20:23:43,179 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-345e041d-b434-4152-b598-f4b401786bf6', 'x-compute-request-id': 'req-345e041d-b434-4152-b598-f4b401786bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:44,344 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.152s 2022-07-28 20:23:44,344 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27f72510-33f8-4b72-97bf-aaa729fd8f4f', 'x-compute-request-id': 'req-27f72510-33f8-4b72-97bf-aaa729fd8f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:45,514 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.157s 2022-07-28 20:23:45,515 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a346c25-2ca7-4dd4-8078-8e1b7af0b8dd', 'x-compute-request-id': 'req-7a346c25-2ca7-4dd4-8078-8e1b7af0b8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:46,685 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.156s 2022-07-28 20:23:46,686 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad1bd3de-c026-47e2-a9ab-32a4a6106a8d', 'x-compute-request-id': 'req-ad1bd3de-c026-47e2-a9ab-32a4a6106a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:47,976 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.277s 2022-07-28 20:23:47,976 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77af216b-0ed3-45b8-a614-4d5d8d0700ca', 'x-compute-request-id': 'req-77af216b-0ed3-45b8-a614-4d5d8d0700ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:49,203 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.211s 2022-07-28 20:23:49,204 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9b5e047-d26c-4ee5-af63-955001ce2e68', 'x-compute-request-id': 'req-b9b5e047-d26c-4ee5-af63-955001ce2e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:50,440 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.223s 2022-07-28 20:23:50,440 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3d4c78d-d015-449d-8cb9-41438e74a993', 'x-compute-request-id': 'req-d3d4c78d-d015-449d-8cb9-41438e74a993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:51,675 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.222s 2022-07-28 20:23:51,676 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc022c6c-36b3-4a80-bc48-f3e348dfe9d2', 'x-compute-request-id': 'req-bc022c6c-36b3-4a80-bc48-f3e348dfe9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:52,916 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.227s 2022-07-28 20:23:52,916 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d1d52b3-3c15-4b35-aaa5-9c9be2b1014b', 'x-compute-request-id': 'req-8d1d52b3-3c15-4b35-aaa5-9c9be2b1014b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:54,137 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.207s 2022-07-28 20:23:54,137 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-220e95e1-58fd-40b3-920f-5ea8061c10a6', 'x-compute-request-id': 'req-220e95e1-58fd-40b3-920f-5ea8061c10a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:55,370 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.221s 2022-07-28 20:23:55,370 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89b5f2e3-dc4e-46be-935e-51dc2e2fb014', 'x-compute-request-id': 'req-89b5f2e3-dc4e-46be-935e-51dc2e2fb014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:56,609 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.225s 2022-07-28 20:23:56,609 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58527955-993e-4fdb-8d22-72efd0b805a3', 'x-compute-request-id': 'req-58527955-993e-4fdb-8d22-72efd0b805a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:57,854 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.229s 2022-07-28 20:23:57,855 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f0e5681-89c1-429b-b5ec-151a2eb0a044', 'x-compute-request-id': 'req-8f0e5681-89c1-429b-b5ec-151a2eb0a044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:23:59,088 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.220s 2022-07-28 20:23:59,088 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4db191a2-ce3d-459a-a3dc-0ccb34923a4a', 'x-compute-request-id': 'req-4db191a2-ce3d-459a-a3dc-0ccb34923a4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:24:00,327 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.224s 2022-07-28 20:24:00,327 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dc7b8b5-d26f-426b-83de-8a3118336c96', 'x-compute-request-id': 'req-6dc7b8b5-d26f-426b-83de-8a3118336c96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:24:01,560 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.219s 2022-07-28 20:24:01,560 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6624fa10-f58a-403e-9c39-c4ce27b081b6', 'x-compute-request-id': 'req-6624fa10-f58a-403e-9c39-c4ce27b081b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:24:02,772 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.199s 2022-07-28 20:24:02,772 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6578a0dc-e5b3-471e-8dd2-7bcf3952ffaa', 'x-compute-request-id': 'req-6578a0dc-e5b3-471e-8dd2-7bcf3952ffaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:24:04,010 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743 0.223s 2022-07-28 20:24:04,010 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6209082a-bce7-43e1-8001-b9b3187ce004', 'x-compute-request-id': 'req-6209082a-bce7-43e1-8001-b9b3187ce004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743'} Body: b'{"server": {"id": "c1cb56a8-6993-4767-9e30-5786f3b94743", "name": "tempest-AttachVolumeNegativeTest-server-1551819255", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:23Z", "updated": "2022-07-28T20:18:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}, {"version": 4, "addr": "172.27.0.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:2c:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c1cb56a8-6993-4767-9e30-5786f3b94743"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1544778110", "OS-SRV-USG:launched_at": "2022-07-28T20:00:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157757374"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f"}]}}' 2022-07-28 20:24:04,023 118656 ERROR [tempest.api.compute.base] Failed to delete server c1cb56a8-6993-4767-9e30-5786f3b94743 2022-07-28 20:24:04.023 118656 ERROR tempest.api.compute.base Traceback (most recent call last): 2022-07-28 20:24:04.023 118656 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 456, in delete_server 2022-07-28 20:24:04.023 118656 ERROR tempest.api.compute.base waiters.wait_for_server_termination(cls.servers_client, 2022-07-28 20:24:04.023 118656 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination 2022-07-28 20:24:04.023 118656 ERROR tempest.api.compute.base raise lib_exc.TimeoutException 2022-07-28 20:24:04.023 118656 ERROR tempest.api.compute.base tempest.lib.exceptions.TimeoutException: Request timed out 2022-07-28 20:24:04.023 118656 ERROR tempest.api.compute.base Details: None 2022-07-28 20:24:04.023 118656 ERROR tempest.api.compute.base 2022-07-28 20:24:04,073 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-1544778110 0.049s 2022-07-28 20:24:04,074 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24: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-591f1ce9-ea3b-48db-b7f5-a52511ffd537', 'x-compute-request-id': 'req-591f1ce9-ea3b-48db-b7f5-a52511ffd537', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-1544778110'} Body: b'' 2022-07-28 20:24:04,127 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 409 DELETE http://10.222.0.67:9696/v2.0/security-groups/ab59818b-90b4-4a80-9c21-bccc1d8ee308 0.052s 2022-07-28 20:24:04,127 118656 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': '136', 'x-openstack-request-id': 'req-51cf23a8-7ce4-4f21-af7c-9ef9329f5c0e', 'date': 'Thu, 28 Jul 2022 20:24:04 GMT', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/ab59818b-90b4-4a80-9c21-bccc1d8ee308'} Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group ab59818b-90b4-4a80-9c21-bccc1d8ee308 in use.", "detail": ""}}' 2022-07-28 20:24:04,127 118656 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group ab59818b-90b4-4a80-9c21-bccc1d8ee308 VM might not be deleted 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 841, in _error_checker 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ab59818b-90b4-4a80-9c21-bccc1d8ee308 in use.', 'detail': ''} 2022-07-28 20:24:04.127 118656 ERROR tempest.lib.common.validation_resources 2022-07-28 20:24:05,233 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/3da9da79-78fa-46db-b25c-b8a746c2a7bf 1.104s 2022-07-28 20:24:05,233 118656 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-732f8c4f-de17-47d6-9ee7-cced5ae585b5', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:24:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/3da9da79-78fa-46db-b25c-b8a746c2a7bf'} Body: b'' }}} traceback-1: {{{ 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 47d44e11-fd3b-426a-bbdc-6ff0f80dfc2f failed to reach available status (current detaching) within the required time (360 s). }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/fixture.py", line 124, in cleanUp return self._cleanups(raise_errors=raise_first) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 84, in __call__ raise error[1].with_traceback(error[2]) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 78, in __call__ cleanup(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources raise has_exception File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources security_group_client.delete_security_group(sec_id) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) 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 841, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group ab59818b-90b4-4a80-9c21-bccc1d8ee308 in use.', 'detail': ''} }}} 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/tempest/common/waiters.py", line 378, in wait_for_volume_attachment_remove_from_server console_output = client.get_console_output(server_id)['output'] File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 655, in get_console_output return self.action(server_id, 'os-getConsoleOutput', File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft8.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-28 20:24:05,380 118656 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-28 20:24:05,380 118656 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-28 20:24:05,461 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.078s 2022-07-28 20:24:05,461 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1020770305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMzrwiLmjs+OlczQdCSUBrOZaCnzPGIILJeUhQHeYn4Z4I1x3uMCAWk4UWVppI8PE1vCCodsbaCsvxAqVaFlv0YPzTj5KFFddtg6YxIANbEf8Ef638s7r/G7h+sajqu1jg=="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:05 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-e596b9e8-a54d-47ae-ba49-795c1ec3648f', 'x-compute-request-id': 'req-e596b9e8-a54d-47ae-ba49-795c1ec3648f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1020770305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMzrwiLmjs+OlczQdCSUBrOZaCnzPGIILJeUhQHeYn4Z4I1x3uMCAWk4UWVppI8PE1vCCodsbaCsvxAqVaFlv0YPzTj5KFFddtg6YxIANbEf8Ef638s7r/G7h+sajqu1jg==", "fingerprint": "70:3d:cb:0c:e3:6b:2c:54:60:8a:60:c6:1f:5a:56:14", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9"}}' 2022-07-28 20:24:05,464 118656 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1020770305 created 2022-07-28 20:24:05,609 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.144s 2022-07-28 20:24:05,609 118656 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--597177728", "description": "tempest-description--398359355"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-b13a1e7c-6525-494c-8663-d84bef503f26', 'date': 'Thu, 28 Jul 2022 20:24:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "e90aa3d9-2416-40aa-8a29-2547c6db56fa", "name": "tempest-securitygroup--597177728", "stateful": true, "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "description": "tempest-description--398359355", "shared": false, "security_group_rules": [{"id": "8fc6563e-0ffd-4af1-b86f-3e9e01b77f6c", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "e90aa3d9-2416-40aa-8a29-2547c6db56fa", "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": 514, "description": null, "tags": [], "created_at": "2022-07-28T20:24:05Z", "updated_at": "2022-07-28T20:24:05Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}, {"id": "c457f627-f98f-478d-adce-f4895d918d57", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "e90aa3d9-2416-40aa-8a29-2547c6db56fa", "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": 513, "description": null, "tags": [], "created_at": "2022-07-28T20:24:05Z", "updated_at": "2022-07-28T20:24:05Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}], "tags": [], "created_at": "2022-07-28T20:24:05Z", "updated_at": "2022-07-28T20:24:05Z", "revision_number": 1, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:24:05,785 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.174s 2022-07-28 20:24:05,786 118656 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": "e90aa3d9-2416-40aa-8a29-2547c6db56fa", "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-848e41a0-6dcf-452f-8b8d-9ab435f7e7b6', 'date': 'Thu, 28 Jul 2022 20:24:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "52f0bc66-8f40-4014-9ae4-baf1e5f822bf", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "e90aa3d9-2416-40aa-8a29-2547c6db56fa", "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-28T20:24:05Z", "updated_at": "2022-07-28T20:24:05Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:24:05,980 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.193s 2022-07-28 20:24:05,980 118656 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": "e90aa3d9-2416-40aa-8a29-2547c6db56fa", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-25e72a06-d260-4315-9019-64f4257d36d5', 'date': 'Thu, 28 Jul 2022 20:24:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5f7e70a9-6ba0-47e6-8a25-65359bb1ca83", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "e90aa3d9-2416-40aa-8a29-2547c6db56fa", "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-28T20:24:05Z", "updated_at": "2022-07-28T20:24:05Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:24:05,980 118656 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--597177728 created 2022-07-28 20:24:06,797 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/floatingips 0.815s 2022-07-28 20:24:06,797 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-2fd2260b-5e00-4d17-a2c6-8bbb5790bab2', 'date': 'Thu, 28 Jul 2022 20:24:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ef60377d-cba5-4d6d-b979-a37d72d3f09a", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "floating_ip_address": "172.27.0.225", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d6612a467ab54632a74cf113b4666eb1", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-28T20:24:06Z", "updated_at": "2022-07-28T20:24:06Z", "revision_number": 0}}' 2022-07-28 20:24:06,797 118656 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ef60377d-cba5-4d6d-b979-a37d72d3f09a', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'floating_ip_address': '172.27.0.225', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:24:06Z', 'updated_at': '2022-07-28T20:24:06Z', 'revision_number': 0, 'ip': '172.27.0.225'} created 2022-07-28 20:24:06,907 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.041s 2022-07-28 20:24:06,907 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0020c68c-d984-4608-bbaa-e57a43b9616b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bd0b2bfa3d014222afd4e050ca8498f9", "name": "tempest-AttachVolumeNegativeTest-1241155329-project", "password_expires_at": null}, "audit_ids": ["PAJ9C--kRCKp7oQtNVAXSQ"], "expires_at": "2022-07-28T21:24:06.000000Z", "issued_at": "2022-07-28T20:24:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6612a467ab54632a74cf113b4666eb1", "name": "tempest-AttachVolumeNegativeTest-1241155329"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:24:06,908 118656 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '5173547b-0aef-47cd-835f-b2a192d02fb4', 'name': 'tempest-AttachVolumeNegativeTest-1041670281-network', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 228, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T20:00:04Z', 'updated_at': '2022-07-28T20:00:04Z', 'revision_number': 1} available for tenant 2022-07-28 20:24:06,908 118656 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1020770305', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMzrwiLmjs+OlczQdCSUBrOZaCnzPGIILJeUhQHeYn4Z4I1x3uMCAWk4UWVppI8PE1vCCodsbaCsvxAqVaFlv0YPzTj5KFFddtg6YxIANbEf8Ef638s7r/G7h+sajqu1jg==', 'fingerprint': '70:3d:cb:0c:e3:6b:2c:54:60:8a:60:c6:1f:5a:56:14', 'user_id': 'bd0b2bfa3d014222afd4e050ca8498f9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCuwPrExBIOp0VhnOfgrwo6jCXOCCHeaD9BHi0n+LSzyjKpQCCj8aOu\nnOEF2ZxUaOygBwYFK4EEACKhZANiAATM68Ii5o7PjpXM0HQklAazmWgp8zxiCCyX\nlIUB3mJ+GeCNcd7jAgFpOFFlaaSPDxNbwgqHbG2grL8QKlWhZb9GD804+ShRXXbY\nOmMSADWxH/BH+t/LO6/xu4frGo6rtY4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e90aa3d9-2416-40aa-8a29-2547c6db56fa', 'name': 'tempest-securitygroup--597177728', 'stateful': True, 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': 'tempest-description--398359355', 'shared': False, 'security_group_rules': [{'id': '8fc6563e-0ffd-4af1-b86f-3e9e01b77f6c', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'security_group_id': 'e90aa3d9-2416-40aa-8a29-2547c6db56fa', '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': 514, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:24:05Z', 'updated_at': '2022-07-28T20:24:05Z', 'revision_number': 0, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}, {'id': 'c457f627-f98f-478d-adce-f4895d918d57', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'security_group_id': 'e90aa3d9-2416-40aa-8a29-2547c6db56fa', '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': 513, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:24:05Z', 'updated_at': '2022-07-28T20:24:05Z', 'revision_number': 0, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}], 'tags': [], 'created_at': '2022-07-28T20:24:05Z', 'updated_at': '2022-07-28T20:24:05Z', 'revision_number': 1, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}, 'floating_ip': {'id': 'ef60377d-cba5-4d6d-b979-a37d72d3f09a', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'floating_ip_address': '172.27.0.225', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:24:06Z', 'updated_at': '2022-07-28T20:24:06Z', 'revision_number': 0, 'ip': '172.27.0.225'}} 2022-07-28 20:24:07,642 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.67/compute/v2.1/servers 0.733s 2022-07-28 20:24:07,643 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1105886979", "imageRef": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "5173547b-0aef-47cd-835f-b2a192d02fb4"}], "security_groups": [{"name": "tempest-securitygroup--597177728"}], "key_name": "tempest-keypair-1020770305", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b87fdbe8-82ef-45e0-8d60-92980c5e7bdf', 'x-compute-request-id': 'req-b87fdbe8-82ef-45e0-8d60-92980c5e7bdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--597177728"}], "adminPass": "password"}}' 2022-07-28 20:24:07,743 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.094s 2022-07-28 20:24:07,743 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f345bae4-7a58-43a9-8357-910db7cc9b85', 'x-compute-request-id': 'req-f345bae4-7a58-43a9-8357-910db7cc9b85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:08Z", "updated": "2022-07-28T20:24:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1020770305", "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-28 20:24:08,873 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.117s 2022-07-28 20:24:08,873 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1302', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96041d84-b98c-4fb5-b591-f0bcd1a9ecce', 'x-compute-request-id': 'req-96041d84-b98c-4fb5-b591-f0bcd1a9ecce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:24:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:24:08,885 118656 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2022-07-28 20:24:10,125 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.238s 2022-07-28 20:24:10,125 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d2ef321-c52a-4231-989b-1ea6d351d6bc', 'x-compute-request-id': 'req-0d2ef321-c52a-4231-989b-1ea6d351d6bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:24:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "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-28 20:24:10,138 118656 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2022-07-28 20:24:11,359 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.220s 2022-07-28 20:24:11,360 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be62702a-4a6b-40dd-8be3-571e60c22996', 'x-compute-request-id': 'req-be62702a-4a6b-40dd-8be3-571e60c22996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:24:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "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-28 20:24:12,590 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.217s 2022-07-28 20:24:12,590 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-066919c7-c468-4e26-872a-d574237ed815', 'x-compute-request-id': 'req-066919c7-c468-4e26-872a-d574237ed815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:24:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "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-28 20:24:13,820 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.217s 2022-07-28 20:24:13,821 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dde6d7fd-d115-4184-a4a1-14be3f6a215f', 'x-compute-request-id': 'req-dde6d7fd-d115-4184-a4a1-14be3f6a215f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:24:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "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-28 20:24:15,062 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.228s 2022-07-28 20:24:15,062 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0819a393-1cd8-4cad-9f1a-5286f905fb1f', 'x-compute-request-id': 'req-0819a393-1cd8-4cad-9f1a-5286f905fb1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:24:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "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-28 20:24:16,291 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.216s 2022-07-28 20:24:16,292 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b7f81c9-6576-4674-9e33-d29dafb5c77f', 'x-compute-request-id': 'req-8b7f81c9-6576-4674-9e33-d29dafb5c77f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:24:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "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-28 20:24:17,516 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.211s 2022-07-28 20:24:17,516 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2741782b-e043-40de-ad0a-49405acf50ab', 'x-compute-request-id': 'req-2741782b-e043-40de-ad0a-49405acf50ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:24:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "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-28 20:24:18,759 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.230s 2022-07-28 20:24:18,759 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a826b27-c0ea-46ce-a298-75c58087523f', 'x-compute-request-id': 'req-4a826b27-c0ea-46ce-a298-75c58087523f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:24:18Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:cc:5a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": "2022-07-28T20:24:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "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-28 20:24:18,771 118656 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2022-07-28 20:24:18,892 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24/os-interface 0.121s 2022-07-28 20:24:18,892 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:18 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-f0a781c1-8540-4a98-99dd-fa05b7b057d1', 'x-compute-request-id': 'req-f0a781c1-8540-4a98-99dd-fa05b7b057d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5173547b-0aef-47cd-835f-b2a192d02fb4", "port_id": "76e06d6f-2c0b-45fa-9513-bb7d5fcd96ed", "mac_addr": "fa:16:3e:b3:cc:5a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8bbe0f7a-4cd7-4a41-ad24-6969ff7592a6", "ip_address": "172.20.0.5"}]}]}' 2022-07-28 20:24:19,824 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/ef60377d-cba5-4d6d-b979-a37d72d3f09a 0.927s 2022-07-28 20:24:19,825 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "76e06d6f-2c0b-45fa-9513-bb7d5fcd96ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-4a217b03-6b3e-4922-8d58-57b80767cc40', 'date': 'Thu, 28 Jul 2022 20:24:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/ef60377d-cba5-4d6d-b979-a37d72d3f09a'} Body: b'{"floatingip": {"id": "ef60377d-cba5-4d6d-b979-a37d72d3f09a", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "floating_ip_address": "172.27.0.225", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": "fe4528e2-8670-4a38-b3bc-cb37763c2bc0", "port_id": "76e06d6f-2c0b-45fa-9513-bb7d5fcd96ed", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5173547b-0aef-47cd-835f-b2a192d02fb4", "mac_address": "fa:16:3e:b3:cc:5a", "admin_state_up": true, "status": "ACTIVE", "device_id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-28T20:24:06Z", "updated_at": "2022-07-28T20:24:19Z", "revision_number": 1, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:24:19,825 118656 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.225:22' as 'ubuntu' with public key authentication 2022-07-28 20:24:23,937 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.225 ([Errno None] Unable to connect to port 22 on 172.27.0.225). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:24:29,500 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.225 ([Errno None] Unable to connect to port 22 on 172.27.0.225). Number attempts: 2. Retry after 3 seconds. 2022-07-28 20:24:36,060 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.225 ([Errno None] Unable to connect to port 22 on 172.27.0.225). Number attempts: 3. Retry after 4 seconds. 2022-07-28 20:24:43,644 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.225 ([Errno None] Unable to connect to port 22 on 172.27.0.225). Number attempts: 4. Retry after 5 seconds. 2022-07-28 20:24:49,166 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.225 ([Errno None] Unable to connect to port 22 on 172.27.0.225). Number attempts: 5. Retry after 6 seconds. 2022-07-28 20:24:55,717 118656 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:24:56,052 118656 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:24:56,052 118656 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.225 successfully created 2022-07-28 20:24:56,093 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24/ips 0.040s 2022-07-28 20:24:56,093 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f5cbd09-7645-4c03-a251-2c66901102d9', 'x-compute-request-id': 'req-6f5cbd09-7645-4c03-a251-2c66901102d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.5"}, {"version": 4, "addr": "172.27.0.225"}]}}' 2022-07-28 20:25:56,289 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.131s 2022-07-28 20:25:56,289 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:56 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-2a5a6f25-85c3-4a80-a878-8f98f4a31e76', 'x-compute-request-id': 'req-2a5a6f25-85c3-4a80-a878-8f98f4a31e76', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'' 2022-07-28 20:25:56,462 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.172s 2022-07-28 20:25:56,462 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-872a1094-d82b-4735-bfd6-7dcfdb2577a8', 'x-compute-request-id': 'req-872a1094-d82b-4735-bfd6-7dcfdb2577a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:25:56Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:cc:5a"}, {"version": 4, "addr": "172.27.0.225", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:cc:5a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": "2022-07-28T20:24:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:25:57,636 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.160s 2022-07-28 20:25:57,637 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f8f01c8-ceb4-4935-acc8-7837af14e59a', 'x-compute-request-id': 'req-1f8f01c8-ceb4-4935-acc8-7837af14e59a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:25:56Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:cc:5a"}, {"version": 4, "addr": "172.27.0.225", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:cc:5a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": "2022-07-28T20:24:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--597177728"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:25:58,738 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.088s 2022-07-28 20:25:58,738 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1615', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82e6d618-e13c-4f1c-be3f-68175eb1b1ad', 'x-compute-request-id': 'req-82e6d618-e13c-4f1c-be3f-68175eb1b1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"server": {"id": "e331bb00-5b75-40e7-9658-3c691aee4e24", "name": "tempest-AttachVolumeNegativeTest-server-1105886979", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:24:07Z", "updated": "2022-07-28T20:25:56Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:cc:5a"}, {"version": 4, "addr": "172.27.0.225", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:cc:5a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/e331bb00-5b75-40e7-9658-3c691aee4e24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1020770305", "OS-SRV-USG:launched_at": "2022-07-28T20:24:18.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:25:59,786 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24 0.034s 2022-07-28 20:25:59,786 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:59 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-71d0bf77-cc87-4daa-8dbb-a91e5209c9b1', 'x-compute-request-id': 'req-71d0bf77-cc87-4daa-8dbb-a91e5209c9b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/e331bb00-5b75-40e7-9658-3c691aee4e24'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e331bb00-5b75-40e7-9658-3c691aee4e24 could not be found."}}' 2022-07-28 20:25:59,822 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-1020770305 0.035s 2022-07-28 20:25:59,823 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:59 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-0139b237-7c17-44f7-922f-449b98e3cbd5', 'x-compute-request-id': 'req-0139b237-7c17-44f7-922f-449b98e3cbd5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-1020770305'} Body: b'' 2022-07-28 20:25:59,964 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/e90aa3d9-2416-40aa-8a29-2547c6db56fa 0.141s 2022-07-28 20:25:59,965 118656 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-ce800d70-aec7-4749-b654-cbcaeceab2b6', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:25:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/e90aa3d9-2416-40aa-8a29-2547c6db56fa'} Body: b'' 2022-07-28 20:25:59,985 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.67:9696/v2.0/security-groups/e90aa3d9-2416-40aa-8a29-2547c6db56fa 0.020s 2022-07-28 20:25:59,986 118656 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-4af53025-f83d-42d8-873c-ae1ace177038', 'date': 'Thu, 28 Jul 2022 20:25:59 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/e90aa3d9-2416-40aa-8a29-2547c6db56fa'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e90aa3d9-2416-40aa-8a29-2547c6db56fa does not exist", "detail": ""}}' 2022-07-28 20:26:00,420 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/ef60377d-cba5-4d6d-b979-a37d72d3f09a 0.434s 2022-07-28 20:26:00,421 118656 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-baf94a13-e28a-424c-9469-142e786a5cb5', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:26:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/ef60377d-cba5-4d6d-b979-a37d72d3f09a'} Body: b'' }}} 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/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 544, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 112, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft8.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-28 20:26:00,434 118656 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-28 20:26:00,434 118656 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-28 20:26:00,496 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.056s 2022-07-28 20:26:00,496 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-210308177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBALCy+7lXMehtvKxu6Oq/7n8ajnqMd8e68SeeDYfa7MOWDu1u3wlfEcone529gVkQUGevH6C+xZHCsmI33Qr1HT3+bR+jIc5DrD+jnmVYb8GOrfLzI+c5mYNUZmm/YG3xQ=="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c275d2ab-6e92-46f7-acea-b5831199fb6e', 'x-compute-request-id': 'req-c275d2ab-6e92-46f7-acea-b5831199fb6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-210308177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBALCy+7lXMehtvKxu6Oq/7n8ajnqMd8e68SeeDYfa7MOWDu1u3wlfEcone529gVkQUGevH6C+xZHCsmI33Qr1HT3+bR+jIc5DrD+jnmVYb8GOrfLzI+c5mYNUZmm/YG3xQ==", "fingerprint": "f6:86:68:90:8c:42:31:73:0c:19:7d:b4:15:84:d8:00", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9"}}' 2022-07-28 20:26:00,499 118656 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-210308177 created 2022-07-28 20:26:00,630 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.131s 2022-07-28 20:26:00,630 118656 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--214184978", "description": "tempest-description--2129033767"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-c34031c8-994a-46dd-a742-8fa51d382933', 'date': 'Thu, 28 Jul 2022 20:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "5d3c2465-b132-4425-913b-8dd1282f07ba", "name": "tempest-securitygroup--214184978", "stateful": true, "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "description": "tempest-description--2129033767", "shared": false, "security_group_rules": [{"id": "c5311d24-cee2-463c-81bc-cae5d603a6db", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "5d3c2465-b132-4425-913b-8dd1282f07ba", "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": 546, "description": null, "tags": [], "created_at": "2022-07-28T20:26:00Z", "updated_at": "2022-07-28T20:26:00Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}, {"id": "ddf56be2-dfcd-4a5c-8b6b-f7c258e0271f", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "5d3c2465-b132-4425-913b-8dd1282f07ba", "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": 547, "description": null, "tags": [], "created_at": "2022-07-28T20:26:00Z", "updated_at": "2022-07-28T20:26:00Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}], "tags": [], "created_at": "2022-07-28T20:26:00Z", "updated_at": "2022-07-28T20:26:00Z", "revision_number": 1, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:26:00,758 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.127s 2022-07-28 20:26:00,759 118656 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": "5d3c2465-b132-4425-913b-8dd1282f07ba", "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-b42bed82-b883-4c4b-9827-b84a6ca67394', 'date': 'Thu, 28 Jul 2022 20:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "993b0c34-2ada-4933-b174-5a37e5263ad8", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "5d3c2465-b132-4425-913b-8dd1282f07ba", "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-28T20:26:00Z", "updated_at": "2022-07-28T20:26:00Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:26:00,900 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.141s 2022-07-28 20:26:00,901 118656 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": "5d3c2465-b132-4425-913b-8dd1282f07ba", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ca6d07dd-ef73-4ec3-a1f0-0b028c7bc94c', 'date': 'Thu, 28 Jul 2022 20:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b01bb007-53e6-476c-a127-f70aeabd3663", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "security_group_id": "5d3c2465-b132-4425-913b-8dd1282f07ba", "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-28T20:26:00Z", "updated_at": "2022-07-28T20:26:00Z", "revision_number": 0, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:26:00,901 118656 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--214184978 created 2022-07-28 20:26:01,682 118656 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/floatingips 0.780s 2022-07-28 20:26:01,682 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-9887b967-6b69-4a69-b140-a05809238ed9', 'date': 'Thu, 28 Jul 2022 20:26:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "83512fe8-b155-428b-9211-9fce6e8f1ed4", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "floating_ip_address": "172.27.0.15", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d6612a467ab54632a74cf113b4666eb1", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-28T20:26:01Z", "updated_at": "2022-07-28T20:26:01Z", "revision_number": 0}}' 2022-07-28 20:26:01,683 118656 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '83512fe8-b155-428b-9211-9fce6e8f1ed4', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'floating_ip_address': '172.27.0.15', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:26:01Z', 'updated_at': '2022-07-28T20:26:01Z', 'revision_number': 0, 'ip': '172.27.0.15'} created 2022-07-28 20:26:01,766 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.078s 2022-07-28 20:26:01,767 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-44e7cd5b-1bc8-4123-a3ce-66ff848bea70', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bd0b2bfa3d014222afd4e050ca8498f9", "name": "tempest-AttachVolumeNegativeTest-1241155329-project", "password_expires_at": null}, "audit_ids": ["CwEuH0IXRbqZN36RdI0oKQ"], "expires_at": "2022-07-28T21:26:01.000000Z", "issued_at": "2022-07-28T20:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6612a467ab54632a74cf113b4666eb1", "name": "tempest-AttachVolumeNegativeTest-1241155329"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_d6612a467ab54632a74cf113b4666eb1", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:26:01,767 118656 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '5173547b-0aef-47cd-835f-b2a192d02fb4', 'name': 'tempest-AttachVolumeNegativeTest-1041670281-network', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 228, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T20:00:04Z', 'updated_at': '2022-07-28T20:00:04Z', 'revision_number': 1} available for tenant 2022-07-28 20:26:01,768 118656 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-210308177', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBALCy+7lXMehtvKxu6Oq/7n8ajnqMd8e68SeeDYfa7MOWDu1u3wlfEcone529gVkQUGevH6C+xZHCsmI33Qr1HT3+bR+jIc5DrD+jnmVYb8GOrfLzI+c5mYNUZmm/YG3xQ==', 'fingerprint': 'f6:86:68:90:8c:42:31:73:0c:19:7d:b4:15:84:d8:00', 'user_id': 'bd0b2bfa3d014222afd4e050ca8498f9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAGYCw57hNIGaVzMgreyCddZ2ynGbM25em+4aQ/2mtnahw0AAySViVw\n2eTbuv0a342gBwYFK4EEACKhZANiAAQCwsvu5VzHobbysbujqv+5/Go56jHfHuvE\nnng2H2uzDlg7tbt8JXxHKJ3udvYFZEFBnrx+gvsWRwrJiN90K9R09/m0foyHOQ6w\n/o55lWG/Bjq3y8yPnOZmDVGZpv2Bt8U=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5d3c2465-b132-4425-913b-8dd1282f07ba', 'name': 'tempest-securitygroup--214184978', 'stateful': True, 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': 'tempest-description--2129033767', 'shared': False, 'security_group_rules': [{'id': 'c5311d24-cee2-463c-81bc-cae5d603a6db', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'security_group_id': '5d3c2465-b132-4425-913b-8dd1282f07ba', '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': 546, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:26:00Z', 'updated_at': '2022-07-28T20:26:00Z', 'revision_number': 0, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}, {'id': 'ddf56be2-dfcd-4a5c-8b6b-f7c258e0271f', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'security_group_id': '5d3c2465-b132-4425-913b-8dd1282f07ba', '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': 547, 'description': None, 'tags': [], 'created_at': '2022-07-28T20:26:00Z', 'updated_at': '2022-07-28T20:26:00Z', 'revision_number': 0, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}], 'tags': [], 'created_at': '2022-07-28T20:26:00Z', 'updated_at': '2022-07-28T20:26:00Z', 'revision_number': 1, 'project_id': 'd6612a467ab54632a74cf113b4666eb1'}, 'floating_ip': {'id': '83512fe8-b155-428b-9211-9fce6e8f1ed4', 'tenant_id': 'd6612a467ab54632a74cf113b4666eb1', 'floating_ip_address': '172.27.0.15', 'floating_network_id': '75be64f8-4950-4ba2-999f-14e19a6e5505', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd6612a467ab54632a74cf113b4666eb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-28T20:26:01Z', 'updated_at': '2022-07-28T20:26:01Z', 'revision_number': 0, 'ip': '172.27.0.15'}} 2022-07-28 20:26:02,337 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.67/compute/v2.1/servers 0.568s 2022-07-28 20:26:02,337 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-73292702", "imageRef": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "5173547b-0aef-47cd-835f-b2a192d02fb4"}], "security_groups": [{"name": "tempest-securitygroup--214184978"}], "key_name": "tempest-keypair-210308177", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b35505f9-384b-45cc-87fc-84ee0159c84c', 'x-compute-request-id': 'req-b35505f9-384b-45cc-87fc-84ee0159c84c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--214184978"}], "adminPass": "password"}}' 2022-07-28 20:26:02,417 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.077s 2022-07-28 20:26:02,417 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49941b66-ec6d-43d2-9891-1cae75605f41', 'x-compute-request-id': 'req-49941b66-ec6d-43d2-9891-1cae75605f41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:26:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-210308177", "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-28 20:26:03,520 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.089s 2022-07-28 20:26:03,520 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e695c797-54b0-442f-9cb2-3bd9000c3463', 'x-compute-request-id': 'req-e695c797-54b0-442f-9cb2-3bd9000c3463', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:26:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:26:03,532 118656 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2022-07-28 20:26:04,691 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.157s 2022-07-28 20:26:04,691 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:04 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-1c02cdc8-99aa-4aa9-901f-b20b7b63e85d', 'x-compute-request-id': 'req-1c02cdc8-99aa-4aa9-901f-b20b7b63e85d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:26:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "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-28 20:26:04,703 118656 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2022-07-28 20:26:05,866 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.162s 2022-07-28 20:26:05,866 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:05 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-71363117-3d3f-4479-8057-7f416720e663', 'x-compute-request-id': 'req-71363117-3d3f-4479-8057-7f416720e663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:26:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "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-28 20:26:07,051 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.172s 2022-07-28 20:26:07,052 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:06 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-f9fac7c2-f445-4a50-9b6c-09a682550cbf', 'x-compute-request-id': 'req-f9fac7c2-f445-4a50-9b6c-09a682550cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:26:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "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-28 20:26:08,221 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.156s 2022-07-28 20:26:08,221 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:08 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-a0830690-65d8-49c3-bb59-9c748f3ecbd3', 'x-compute-request-id': 'req-a0830690-65d8-49c3-bb59-9c748f3ecbd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:26:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "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-28 20:26:09,392 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.158s 2022-07-28 20:26:09,392 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:09 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-191221f5-8b32-4e2f-8c63-9a801e467589', 'x-compute-request-id': 'req-191221f5-8b32-4e2f-8c63-9a801e467589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:26:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "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-28 20:26:10,582 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.177s 2022-07-28 20:26:10,582 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26: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-e22dff54-9dca-4d43-855b-722d56dcbc22', 'x-compute-request-id': 'req-e22dff54-9dca-4d43-855b-722d56dcbc22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "BUILD", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:26:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "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-28 20:26:11,775 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.178s 2022-07-28 20:26:11,776 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1554', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b7f1924-6a18-49ae-9894-09d2fabe55ae', 'x-compute-request-id': 'req-7b7f1924-6a18-49ae-9894-09d2fabe55ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:26:11Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:a7:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": "2022-07-28T20:26:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "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-28 20:26:11,787 118656 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2022-07-28 20:26:11,881 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140/os-interface 0.093s 2022-07-28 20:26:11,881 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:11 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-7419c74e-b917-4172-a864-87e0b353a192', 'x-compute-request-id': 'req-7419c74e-b917-4172-a864-87e0b353a192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5173547b-0aef-47cd-835f-b2a192d02fb4", "port_id": "a6e4bce3-715b-4e15-88bf-13024a68af24", "mac_addr": "fa:16:3e:d9:a7:b4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8bbe0f7a-4cd7-4a41-ad24-6969ff7592a6", "ip_address": "172.20.0.7"}]}]}' 2022-07-28 20:26:12,942 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/83512fe8-b155-428b-9211-9fce6e8f1ed4 1.056s 2022-07-28 20:26:12,942 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "a6e4bce3-715b-4e15-88bf-13024a68af24"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-ba2e223c-4ef4-4af2-84bf-f2723d0c225d', 'date': 'Thu, 28 Jul 2022 20:26:12 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/83512fe8-b155-428b-9211-9fce6e8f1ed4'} Body: b'{"floatingip": {"id": "83512fe8-b155-428b-9211-9fce6e8f1ed4", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "floating_ip_address": "172.27.0.15", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": "fe4528e2-8670-4a38-b3bc-cb37763c2bc0", "port_id": "a6e4bce3-715b-4e15-88bf-13024a68af24", "fixed_ip_address": "172.20.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5173547b-0aef-47cd-835f-b2a192d02fb4", "mac_address": "fa:16:3e:d9:a7:b4", "admin_state_up": true, "status": "ACTIVE", "device_id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-28T20:26:01Z", "updated_at": "2022-07-28T20:26:12Z", "revision_number": 1, "project_id": "d6612a467ab54632a74cf113b4666eb1"}}' 2022-07-28 20:26:12,943 118656 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.15:22' as 'ubuntu' with public key authentication 2022-07-28 20:26:16,929 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.15 ([Errno None] Unable to connect to port 22 on 172.27.0.15). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:26:22,492 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.15 ([Errno None] Unable to connect to port 22 on 172.27.0.15). Number attempts: 2. Retry after 3 seconds. 2022-07-28 20:26:29,052 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.15 ([Errno None] Unable to connect to port 22 on 172.27.0.15). Number attempts: 3. Retry after 4 seconds. 2022-07-28 20:26:36,636 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.15 ([Errno None] Unable to connect to port 22 on 172.27.0.15). Number attempts: 4. Retry after 5 seconds. 2022-07-28 20:26:42,150 118656 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.15 ([Errno None] Unable to connect to port 22 on 172.27.0.15). Number attempts: 5. Retry after 6 seconds. 2022-07-28 20:26:48,708 118656 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:26:49,057 118656 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:26:49,057 118656 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.15 successfully created 2022-07-28 20:26:49,098 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140/ips 0.040s 2022-07-28 20:26:49,098 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '149', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64cfbc63-263e-4481-8f09-0c452948a792', 'x-compute-request-id': 'req-64cfbc63-263e-4481-8f09-0c452948a792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.7"}, {"version": 4, "addr": "172.27.0.15"}]}}' 2022-07-28 20:27:49,280 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.116s 2022-07-28 20:27:49,281 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:27:49 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-e1303cd6-ea8c-4538-a6b9-b13ad532e413', 'x-compute-request-id': 'req-e1303cd6-ea8c-4538-a6b9-b13ad532e413', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'' 2022-07-28 20:27:49,435 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.153s 2022-07-28 20:27:49,435 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:27:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4432c151-8f14-4839-8334-11ce2cba9767', 'x-compute-request-id': 'req-4432c151-8f14-4839-8334-11ce2cba9767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:27:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:a7:b4"}, {"version": 4, "addr": "172.27.0.15", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:a7:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": "2022-07-28T20:26:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:27:50,600 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.152s 2022-07-28 20:27:50,601 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:27:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f369a610-614a-427c-9c60-77d596e7489a', 'x-compute-request-id': 'req-f369a610-614a-427c-9c60-77d596e7489a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:27:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:a7:b4"}, {"version": 4, "addr": "172.27.0.15", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:a7:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": "2022-07-28T20:26:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:27:51,775 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.160s 2022-07-28 20:27:51,776 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:27:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7602518a-dd9d-400a-9ef7-31d5d87bf309', 'x-compute-request-id': 'req-7602518a-dd9d-400a-9ef7-31d5d87bf309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "ACTIVE", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:27:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-1041670281-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:a7:b4"}, {"version": 4, "addr": "172.27.0.15", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:a7:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": "2022-07-28T20:26:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--214184978"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:27:52,914 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.125s 2022-07-28 20:27:52,914 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:27:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66c4cd0f-111c-4d8c-825c-ae03b847f74b', 'x-compute-request-id': 'req-66c4cd0f-111c-4d8c-825c-ae03b847f74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"server": {"id": "5f899c1b-9efc-4205-890d-5f314d6e4140", "name": "tempest-AttachVolumeNegativeTest-server-73292702", "status": "DELETED", "tenant_id": "d6612a467ab54632a74cf113b4666eb1", "user_id": "bd0b2bfa3d014222afd4e050ca8498f9", "metadata": {}, "hostId": "7a3967030e557aaf1224a34eb13adbd7ccb787a6cceb2b4ce26e5f9c", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:26:02Z", "updated": "2022-07-28T20:27:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/5f899c1b-9efc-4205-890d-5f314d6e4140"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-210308177", "OS-SRV-USG:launched_at": "2022-07-28T20:26:10.000000", "OS-SRV-USG:terminated_at": "2022-07-28T20:27:52.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:27:52,926 118656 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 3 second wait 2022-07-28 20:27:53,962 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140 0.034s 2022-07-28 20:27:53,962 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:27:53 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-909b369c-ec74-4509-9bfd-de45958f9605', 'x-compute-request-id': 'req-909b369c-ec74-4509-9bfd-de45958f9605', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/5f899c1b-9efc-4205-890d-5f314d6e4140'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5f899c1b-9efc-4205-890d-5f314d6e4140 could not be found."}}' 2022-07-28 20:27:53,994 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-210308177 0.030s 2022-07-28 20:27:53,994 118656 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:27:53 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-fe10b5e7-eff6-4250-b1d8-aad0fea1190a', 'x-compute-request-id': 'req-fe10b5e7-eff6-4250-b1d8-aad0fea1190a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-210308177'} Body: b'' 2022-07-28 20:27:54,128 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/5d3c2465-b132-4425-913b-8dd1282f07ba 0.134s 2022-07-28 20:27:54,129 118656 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-0f407deb-88e5-485a-9087-d99ea7bd635b', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:27:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/5d3c2465-b132-4425-913b-8dd1282f07ba'} Body: b'' 2022-07-28 20:27:54,148 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.67:9696/v2.0/security-groups/5d3c2465-b132-4425-913b-8dd1282f07ba 0.018s 2022-07-28 20:27:54,148 118656 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-be21f289-3b48-48e1-b56d-d567c7f9b81f', 'date': 'Thu, 28 Jul 2022 20:27:54 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/5d3c2465-b132-4425-913b-8dd1282f07ba'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5d3c2465-b132-4425-913b-8dd1282f07ba does not exist", "detail": ""}}' 2022-07-28 20:27:54,591 118656 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/83512fe8-b155-428b-9211-9fce6e8f1ed4 0.442s 2022-07-28 20:27:54,591 118656 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-f698abf2-c859-4699-b1dc-f526ca9a0354', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:27:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/83512fe8-b155-428b-9211-9fce6e8f1ed4'} Body: b'' }}} 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/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 544, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 112, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
fail
ft9.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]testtools.testresult.real._StringException: 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/tempest/api/volume/admin/test_volume_type_access.py", line 36, in test_volume_type_access_add volume_type = self.create_volume_type(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 295, in create_volume_type volume_type = cls.admin_volume_types_client.create_volume_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 90, in create_volume_type resp, body = self.post('types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
fail
ft9.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-28 20:20:04,247 118660 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_list): 200 POST http://10.222.0.67/volume/v3/a0157f5352244701b4af2e305c98c755/types 4.898s 2022-07-28 20:20:04,247 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-2120945040", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4adc5ca7-54f5-44e3-82af-dddd340929d0', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4adc5ca7-54f5-44e3-82af-dddd340929d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0157f5352244701b4af2e305c98c755/types'} Body: b'{"volume_type": {"id": "5cf523f1-32ad-4f0e-97d7-1dce170efb0b", "name": "tempest-VolumeTypesAccessTest-volume-type-2120945040", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2022-07-28 20:20:04,251 118660 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2022-07-28 20:20:51,585 118660 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_list): 202 POST http://10.222.0.67/volume/v3/a0157f5352244701b4af2e305c98c755/types/5cf523f1-32ad-4f0e-97d7-1dce170efb0b/action 47.333s 2022-07-28 20:20:51,586 118660 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"addProjectAccess": {"project": "5cbb2f7087ea44229ff5b9adc291f437"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c683de4-35a0-40dd-8a65-a1c6c5f883db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/a0157f5352244701b4af2e305c98c755/types/5cf523f1-32ad-4f0e-97d7-1dce170efb0b/action'} 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/tempest/lib/services/volume/v3/types_client.py", line 210, in remove_type_access resp, body = self.post(url, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) }}} 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/tempest/api/volume/admin/test_volume_type_access.py", line 70, in test_volume_type_access_list self.admin_volume_types_client.add_type_access( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 197, in add_type_access resp, body = self.post(url, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 3 | 3 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt10.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] |
fail
ft10.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative]testtools.testresult.real._StringException: 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/tempest/api/volume/admin/test_volume_types_negative.py", line 54, in test_create_volume_with_private_volume_type volume_type = self.create_volume_type(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 295, in create_volume_type volume_type = cls.admin_volume_types_client.create_volume_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 90, in create_volume_type resp, body = self.post('types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
fail
ft10.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative]testtools.testresult.real._StringException: 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/tempest/api/volume/admin/test_volume_types_negative.py", line 29, in test_create_with_empty_name self.assertRaises( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 90, in create_volume_type resp, body = self.post('types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
fail
ft10.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative]testtools.testresult.real._StringException: 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/tempest/api/volume/admin/test_volume_types_negative.py", line 77, in test_create_with_repeated_name volume_type_name = self.create_volume_type()['name'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 295, in create_volume_type volume_type = cls.admin_volume_types_client.create_volume_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 90, in create_volume_type resp, body = self.post('types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt10.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
pt10.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.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 2 | 3 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt11.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
pt11.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
pt11.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
ft11.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-28 20:02:30,413 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots 0.123s 2022-07-28 20:02:30,413 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1872568213"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c5430c1-f51a-48a4-988d-54f4607863a4', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c5430c1-f51a-48a4-988d-54f4607863a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots'} Body: b'{"snapshot": {"id": "9b68abaa-74a1-47ff-a3fe-d04720fef669", "created_at": "2022-07-28T20:02:30.361930", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1872568213", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}}}' 2022-07-28 20:02:30,444 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669 0.027s 2022-07-28 20:02:30,445 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b8912c-697b-41e7-a193-bf3750f80a56', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b8912c-697b-41e7-a193-bf3750f80a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669'} Body: b'{"snapshot": {"id": "9b68abaa-74a1-47ff-a3fe-d04720fef669", "created_at": "2022-07-28T20:02:30.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1872568213", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:02:31,472 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669 0.023s 2022-07-28 20:02:31,473 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eeaf9fa-2cd5-48cf-8523-8ac9a4701357', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eeaf9fa-2cd5-48cf-8523-8ac9a4701357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669'} Body: b'{"snapshot": {"id": "9b68abaa-74a1-47ff-a3fe-d04720fef669", "created_at": "2022-07-28T20:02:30.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1872568213", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:02:32,499 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669 0.021s 2022-07-28 20:02:32,500 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9672f97d-63a8-48b2-8235-435c7af6772d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9672f97d-63a8-48b2-8235-435c7af6772d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669'} Body: b'{"snapshot": {"id": "9b68abaa-74a1-47ff-a3fe-d04720fef669", "created_at": "2022-07-28T20:02:30.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1872568213", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:02:33,530 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669 0.026s 2022-07-28 20:02:33,531 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-892107c6-effd-4015-af26-2b9f48082d28', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-892107c6-effd-4015-af26-2b9f48082d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669'} Body: b'{"snapshot": {"id": "9b68abaa-74a1-47ff-a3fe-d04720fef669", "created_at": "2022-07-28T20:02:30.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1872568213", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:02:34,559 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669 0.023s 2022-07-28 20:02:34,559 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0a57b2d-2610-49b2-83e9-95259fabd9b7', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0a57b2d-2610-49b2-83e9-95259fabd9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/9b68abaa-74a1-47ff-a3fe-d04720fef669'} Body: b'{"snapshot": {"id": "9b68abaa-74a1-47ff-a3fe-d04720fef669", "created_at": "2022-07-28T20:02:30.000000", "updated_at": "2022-07-28T20:02:34.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1872568213", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-07-28 20:02:34,563 118653 INFO [tempest.common.waiters] snapshot 9b68abaa-74a1-47ff-a3fe-d04720fef669 reached available after waiting for 4.563280 seconds 2022-07-28 20:02:34,649 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.081s 2022-07-28 20:02:34,650 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:34 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-8bb638cf-be02-4a1c-aa4f-1fe7225c71e3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "316033501d684cc680770c4ccda85d40", "name": "tempest-VolumesSnapshotTestJSON-1367459192-project", "password_expires_at": null}, "audit_ids": ["Z16FpWcERfmGxAzYvcEgXw"], "expires_at": "2022-07-28T21:02:34.000000Z", "issued_at": "2022-07-28T20:02:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc82c1496470409ca70c8cc12023a91e", "name": "tempest-VolumesSnapshotTestJSON-1367459192"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/cc82c1496470409ca70c8cc12023a91e", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_cc82c1496470409ca70c8cc12023a91e", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:02:34,650 118653 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'd356d7f4-47c6-4d35-8584-ad706bd0c0af', 'name': 'tempest-VolumesSnapshotTestJSON-1570856005-network', 'tenant_id': 'cc82c1496470409ca70c8cc12023a91e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cc82c1496470409ca70c8cc12023a91e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 221, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T20:00:51Z', 'updated_at': '2022-07-28T20:00:52Z', 'revision_number': 1} available for tenant 2022-07-28 20:02:35,218 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.67/compute/v2.1/servers 0.566s 2022-07-28 20:02:35,218 118653 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-1374721277", "imageRef": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "flavorRef": "452", "networks": [{"uuid": "d356d7f4-47c6-4d35-8584-ad706bd0c0af"}]}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-869b004f-ad3e-408e-b05d-b0696c4e1ac1', 'x-compute-request-id': 'req-869b004f-ad3e-408e-b05d-b0696c4e1ac1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Py6C8bGsYg4k"}}' 2022-07-28 20:02:35,294 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.072s 2022-07-28 20:02:35,294 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d476b16-42fc-4681-8384-82845d77d243', 'x-compute-request-id': 'req-0d476b16-42fc-4681-8384-82845d77d243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:36,407 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.100s 2022-07-28 20:02:36,407 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1271', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-579c3749-c34c-423d-a368-09f8c851b530', 'x-compute-request-id': 'req-579c3749-c34c-423d-a368-09f8c851b530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:36,419 118653 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-28 20:02:37,510 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.090s 2022-07-28 20:02:37,510 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a281b3d1-6f59-4b1b-a56c-7d8314a0aac7', 'x-compute-request-id': 'req-a281b3d1-6f59-4b1b-a56c-7d8314a0aac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-28 20:02:37,521 118653 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 2 second wait 2022-07-28 20:02:38,817 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.295s 2022-07-28 20:02:38,818 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ccdd833-7c71-4daa-a361-ed97e55698f3', 'x-compute-request-id': 'req-0ccdd833-7c71-4daa-a361-ed97e55698f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:38,829 118653 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2022-07-28 20:02:40,021 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.190s 2022-07-28 20:02:40,022 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9948242-36a8-416c-aec6-29071b7a5be3', 'x-compute-request-id': 'req-f9948242-36a8-416c-aec6-29071b7a5be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:41,188 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:02:41,188 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa9e9e05-83a7-44bc-a061-015255628812', 'x-compute-request-id': 'req-fa9e9e05-83a7-44bc-a061-015255628812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:42,356 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:02:42,357 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c7608c9-8f49-40ec-8a21-2cc2a9f5371b', 'x-compute-request-id': 'req-9c7608c9-8f49-40ec-8a21-2cc2a9f5371b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:43,526 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:02:43,526 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-796055a3-9dfc-43a7-92d7-2cbcfac2c50b', 'x-compute-request-id': 'req-796055a3-9dfc-43a7-92d7-2cbcfac2c50b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:44,699 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.160s 2022-07-28 20:02:44,699 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10633cfc-f154-4950-90bb-b1a2fcabd5e0', 'x-compute-request-id': 'req-10633cfc-f154-4950-90bb-b1a2fcabd5e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:45,871 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.160s 2022-07-28 20:02:45,872 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0513ad8-11ab-4911-91be-f21365cc281a', 'x-compute-request-id': 'req-d0513ad8-11ab-4911-91be-f21365cc281a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:47,039 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:02:47,039 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b32c1cbf-01ee-49c2-94d9-5be343db50e2', 'x-compute-request-id': 'req-b32c1cbf-01ee-49c2-94d9-5be343db50e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "BUILD", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28 20:02:48,209 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:02:48,209 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1508', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-694b84b6-2b0b-45ac-bd42-e7dda5afd2b3', 'x-compute-request-id': 'req-694b84b6-2b0b-45ac-bd42-e7dda5afd2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:02:47Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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-28 20:02:48,221 118653 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2022-07-28 20:02:48,504 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 POST http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a/os-volume_attachments 0.283s 2022-07-28 20:02:48,505 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "device": "/dev/sdb"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:48 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-cf3371f2-690a-46d3-8476-8d69cf8d3b3d', 'x-compute-request-id': 'req-cf3371f2-690a-46d3-8476-8d69cf8d3b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "serverId": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "volumeId": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "device": "/dev/sdb"}}' 2022-07-28 20:02:48,558 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.048s 2022-07-28 20:02:48,558 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b5f3972-e6ae-4133-919d-d534ceb6ad43', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b5f3972-e6ae-4133-919d-d534ceb6ad43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:02:48.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:02:49,613 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.043s 2022-07-28 20:02:49,613 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-add7d35c-a7ce-4e03-abf0-925b3d5e0c9d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-add7d35c-a7ce-4e03-abf0-925b3d5e0c9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:02:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:02:50,672 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.047s 2022-07-28 20:02:50,672 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db23c675-d9f1-464c-8a76-f51ea998c0c4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db23c675-d9f1-464c-8a76-f51ea998c0c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:02:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:02:51,728 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.045s 2022-07-28 20:02:51,728 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ee3a29-2a8d-455f-82ae-66ff60bc9e83', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ee3a29-2a8d-455f-82ae-66ff60bc9e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:02:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:02:52,784 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.044s 2022-07-28 20:02:52,784 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ea6b29-272f-4e2e-befc-0ee26c93abbe', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ea6b29-272f-4e2e-befc-0ee26c93abbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:02:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:02:53,839 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.043s 2022-07-28 20:02:53,839 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205a29d6-8fd7-4126-aae0-017d76038888', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205a29d6-8fd7-4126-aae0-017d76038888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:02:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:02:54,894 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.043s 2022-07-28 20:02:54,895 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fcaabca-354d-4297-8116-d69be7edcf2d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fcaabca-354d-4297-8116-d69be7edcf2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:02:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:02:55,951 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.044s 2022-07-28 20:02:55,951 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c73ba458-ee40-462c-9d99-26c58f2c5970', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c73ba458-ee40-462c-9d99-26c58f2c5970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:02:56.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:02:55,962 118653 INFO [tempest.common.waiters] volume 73be0a6e-c54a-4300-afc6-99e7e3423a2c reached in-use after waiting for 7.962542 seconds 2022-07-28 20:02:56,102 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots 0.139s 2022-07-28 20:02:56,102 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-667817872"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c02e13c-068c-4b4c-934e-e7c3ff704299', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c02e13c-068c-4b4c-934e-e7c3ff704299', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots'} Body: b'{"snapshot": {"id": "939dad36-a72e-4e84-a5f6-6f9cc4336b3b", "created_at": "2022-07-28T20:02:56.046164", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-667817872", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}}}' 2022-07-28 20:02:56,129 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b 0.023s 2022-07-28 20:02:56,129 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b33cd011-e33d-4b55-bb27-0e7c29f5066f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b33cd011-e33d-4b55-bb27-0e7c29f5066f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b'} Body: b'{"snapshot": {"id": "939dad36-a72e-4e84-a5f6-6f9cc4336b3b", "created_at": "2022-07-28T20:02:56.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-667817872", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:02:57,157 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b 0.022s 2022-07-28 20:02:57,158 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fb45b61-74dd-4ad2-be10-18ce76cd1faa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fb45b61-74dd-4ad2-be10-18ce76cd1faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b'} Body: b'{"snapshot": {"id": "939dad36-a72e-4e84-a5f6-6f9cc4336b3b", "created_at": "2022-07-28T20:02:56.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-667817872", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:02:58,186 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b 0.022s 2022-07-28 20:02:58,186 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b936ef5e-e415-421e-b8d1-826d8a60a39d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b936ef5e-e415-421e-b8d1-826d8a60a39d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b'} Body: b'{"snapshot": {"id": "939dad36-a72e-4e84-a5f6-6f9cc4336b3b", "created_at": "2022-07-28T20:02:56.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-667817872", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:02:59,214 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b 0.023s 2022-07-28 20:02:59,214 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30e0a10e-8235-42c6-b5f9-f540957b9f20', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30e0a10e-8235-42c6-b5f9-f540957b9f20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b'} Body: b'{"snapshot": {"id": "939dad36-a72e-4e84-a5f6-6f9cc4336b3b", "created_at": "2022-07-28T20:02:56.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-667817872", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:00,243 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b 0.024s 2022-07-28 20:03:00,244 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43e8c1d-41ee-49ea-992c-5bbf1ca91976', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43e8c1d-41ee-49ea-992c-5bbf1ca91976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/939dad36-a72e-4e84-a5f6-6f9cc4336b3b'} Body: b'{"snapshot": {"id": "939dad36-a72e-4e84-a5f6-6f9cc4336b3b", "created_at": "2022-07-28T20:02:56.000000", "updated_at": "2022-07-28T20:03:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-667817872", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-07-28 20:03:00,247 118653 INFO [tempest.common.waiters] snapshot 939dad36-a72e-4e84-a5f6-6f9cc4336b3b reached available after waiting for 4.247750 seconds 2022-07-28 20:03:00,378 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots 0.130s 2022-07-28 20:03:00,378 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da51647d-8886-404f-9602-fb2d939ede9b', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da51647d-8886-404f-9602-fb2d939ede9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.324928", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}}}' 2022-07-28 20:03:00,406 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:00,406 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865f9981-73db-471d-a76a-d2ac718c82b2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865f9981-73db-471d-a76a-d2ac718c82b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:01,434 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:01,435 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cdbb3f3-b043-4468-ba31-ab1dc1bd765f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cdbb3f3-b043-4468-ba31-ab1dc1bd765f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:02,462 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:02,463 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e71a8b01-fbaf-40ae-852a-89cd77ef1d29', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71a8b01-fbaf-40ae-852a-89cd77ef1d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:03,493 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.026s 2022-07-28 20:03:03,494 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7ed2340-7595-4fdb-8b45-13215f3c0c49', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7ed2340-7595-4fdb-8b45-13215f3c0c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:04,523 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:03:04,523 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb0f2bc1-56cd-4156-9eca-6a2bc90e525e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb0f2bc1-56cd-4156-9eca-6a2bc90e525e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:05,551 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:05,552 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ba1bc74-f8a7-4260-ba17-92f9774ef5dc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ba1bc74-f8a7-4260-ba17-92f9774ef5dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:06,581 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.025s 2022-07-28 20:03:06,582 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-691091e5-5fe5-4ab4-8796-3694124619c2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-691091e5-5fe5-4ab4-8796-3694124619c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:07,609 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:07,609 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-287ef384-b1b1-4ac4-9505-1a41fe95edb2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-287ef384-b1b1-4ac4-9505-1a41fe95edb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:08,639 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.026s 2022-07-28 20:03:08,639 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f24d08-2531-4303-bbe3-7096ffb0b577', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f24d08-2531-4303-bbe3-7096ffb0b577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:09,668 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:03:09,669 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa55d5c-3315-4079-85e8-b27297e0f16c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa55d5c-3315-4079-85e8-b27297e0f16c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:10,696 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:10,697 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c30aec16-da02-4b50-95c6-60fee857b210', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c30aec16-da02-4b50-95c6-60fee857b210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:11,726 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.025s 2022-07-28 20:03:11,726 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcdcb88d-d402-49e7-a9d1-7df934b77099', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcdcb88d-d402-49e7-a9d1-7df934b77099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:12,753 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:12,753 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dc9df35-e5b0-4347-84fa-533bacf750b8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dc9df35-e5b0-4347-84fa-533bacf750b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:13,782 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:13,782 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95029b4e-6403-42b1-b112-d8274aae1205', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95029b4e-6403-42b1-b112-d8274aae1205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:14,810 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:14,810 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e7ff8ff-6986-45ad-8c5d-d86a7a390fc3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e7ff8ff-6986-45ad-8c5d-d86a7a390fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:15,839 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:03:15,840 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c055abc2-b2ea-4fb0-96da-d091c2eac022', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c055abc2-b2ea-4fb0-96da-d091c2eac022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:16,868 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:16,868 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30272258-bc1e-414f-b080-82bde4b165f4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30272258-bc1e-414f-b080-82bde4b165f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:17,895 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:17,895 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68e2b369-e6f0-4ce8-9a46-8fa082a5ada5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68e2b369-e6f0-4ce8-9a46-8fa082a5ada5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:18,925 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:03:18,925 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24617f01-9500-434d-90aa-e8f645401a59', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24617f01-9500-434d-90aa-e8f645401a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:19,954 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:19,954 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1232ffb4-b5aa-490d-bf0c-a0c4cffad776', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1232ffb4-b5aa-490d-bf0c-a0c4cffad776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:20,982 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:20,982 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-029deea5-28c2-418b-905c-2df342bc051b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-029deea5-28c2-418b-905c-2df342bc051b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:22,009 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:22,009 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04939522-d18f-4e28-a64b-de8b610b51c8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04939522-d18f-4e28-a64b-de8b610b51c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:23,036 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:23,036 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22ce6a22-4577-478c-a74f-39bc6ddbe7ac', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22ce6a22-4577-478c-a74f-39bc6ddbe7ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:24,064 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:24,064 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d10bc043-2364-440c-acf0-7c79ccfa4275', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d10bc043-2364-440c-acf0-7c79ccfa4275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:25,091 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:25,091 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd66fb0e-f5e2-4639-9c43-a9b42ad6d78a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd66fb0e-f5e2-4639-9c43-a9b42ad6d78a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:26,120 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:26,120 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ba5cc43-1a13-4514-a733-e03dfb8ec9a2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ba5cc43-1a13-4514-a733-e03dfb8ec9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:27,147 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:27,148 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d67871-6bdc-483f-a64e-87806607d0a6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d67871-6bdc-483f-a64e-87806607d0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:28,176 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:28,176 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e795100f-89eb-459a-865e-e8cd0d10fbed', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e795100f-89eb-459a-865e-e8cd0d10fbed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:29,204 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:29,204 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c14374-d60d-405a-ade0-4ef0a3a06eb8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c14374-d60d-405a-ade0-4ef0a3a06eb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:30,231 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:30,232 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d8ac56-a676-4fd3-ab1f-2563e0977273', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d8ac56-a676-4fd3-ab1f-2563e0977273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:31,267 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.031s 2022-07-28 20:03:31,268 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf83dcf-9fc4-49bf-bf01-410d3daef0fb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf83dcf-9fc4-49bf-bf01-410d3daef0fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:32,296 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:32,296 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cb905c9-fdee-4f9d-a79a-2a85b2fff259', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cb905c9-fdee-4f9d-a79a-2a85b2fff259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:33,323 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:33,324 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b112e246-a63b-4ef8-b669-b5dffe97ebb6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b112e246-a63b-4ef8-b669-b5dffe97ebb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:34,351 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:34,352 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73964a9a-9ccc-4385-adc9-d7890b100823', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73964a9a-9ccc-4385-adc9-d7890b100823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:35,379 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:35,379 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c67ca77-e834-4f60-a078-278babcf64fc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c67ca77-e834-4f60-a078-278babcf64fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:36,407 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:36,407 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f7e5f2-890d-4209-b9bf-331cef2bf7c5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f7e5f2-890d-4209-b9bf-331cef2bf7c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:37,434 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:37,435 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e468eddf-fbb7-4f47-969c-ded8dcae6f58', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e468eddf-fbb7-4f47-969c-ded8dcae6f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:38,462 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:38,462 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8d4f22f-ab25-443d-98e5-16a85ecbea0e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8d4f22f-ab25-443d-98e5-16a85ecbea0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:39,489 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:39,489 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c8ed4ee-2295-4a3e-94ea-592358e2bae4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c8ed4ee-2295-4a3e-94ea-592358e2bae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:40,518 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:40,518 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb6a833a-cd5c-4371-9e02-c0f421efe65c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb6a833a-cd5c-4371-9e02-c0f421efe65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:41,546 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:41,547 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a762f9b0-0d70-4f23-8ba2-7cffb149f182', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a762f9b0-0d70-4f23-8ba2-7cffb149f182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:42,574 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:42,575 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18296abb-599e-432c-8896-f5dde391821a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18296abb-599e-432c-8896-f5dde391821a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:43,603 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:43,603 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef0f0e05-c2f3-48c8-967e-76189fc4fc52', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef0f0e05-c2f3-48c8-967e-76189fc4fc52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:44,631 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:44,631 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e02617f2-e002-4a23-8a2c-88bc431095fc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e02617f2-e002-4a23-8a2c-88bc431095fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:45,662 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.026s 2022-07-28 20:03:45,662 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac731c66-c2e5-42a1-b8a3-874dbca96914', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac731c66-c2e5-42a1-b8a3-874dbca96914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:46,692 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:03:46,692 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1d850ae-ecc0-43f4-bb69-edab584530ef', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1d850ae-ecc0-43f4-bb69-edab584530ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:47,721 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:47,721 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab3aec38-1f7f-42b0-98e9-2123125fa87c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab3aec38-1f7f-42b0-98e9-2123125fa87c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:48,750 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:48,750 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1f87cbe-dd61-46a1-a347-a9918ab8076b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1f87cbe-dd61-46a1-a347-a9918ab8076b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:49,778 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:49,778 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9953c60e-dfa5-4f54-87c7-821a523e653f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9953c60e-dfa5-4f54-87c7-821a523e653f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:50,807 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:03:50,808 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e6b2d7-882d-4e33-9c24-abe10d5f8b44', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e6b2d7-882d-4e33-9c24-abe10d5f8b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:51,835 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:51,836 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeeae168-e0d4-443a-9323-ea7648575fe3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeeae168-e0d4-443a-9323-ea7648575fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:52,863 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:52,864 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac03a30c-1811-471d-a895-ec5f15236b66', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac03a30c-1811-471d-a895-ec5f15236b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:53,891 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:03:53,891 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d53ffd9-ac93-40e4-9832-1565be6fff44', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d53ffd9-ac93-40e4-9832-1565be6fff44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:54,919 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:54,919 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af6bfe03-c517-4b10-b42e-59de2b60e6a5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af6bfe03-c517-4b10-b42e-59de2b60e6a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:55,948 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:03:55,949 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b389bd0-e0a7-4b46-9319-effcf2d43a00', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b389bd0-e0a7-4b46-9319-effcf2d43a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:56,977 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:56,977 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7393bba0-66a1-4cb3-9b1d-b2aad92ca797', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7393bba0-66a1-4cb3-9b1d-b2aad92ca797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:58,005 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:03:58,005 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7028e660-6902-4913-b270-e2ce26e91027', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7028e660-6902-4913-b270-e2ce26e91027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:03:59,043 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.033s 2022-07-28 20:03:59,043 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9669d0b9-b750-453f-b8f8-56dd24e2b23a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9669d0b9-b750-453f-b8f8-56dd24e2b23a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:00,085 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.037s 2022-07-28 20:04:00,086 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-782910a5-4938-44b8-a663-fb266d7014e5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-782910a5-4938-44b8-a663-fb266d7014e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:01,120 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.029s 2022-07-28 20:04:01,120 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0fda158-a90a-484f-b68f-eaaacadd334a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0fda158-a90a-484f-b68f-eaaacadd334a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:02,150 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.026s 2022-07-28 20:04:02,150 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe63f4d-24d7-4720-be55-37fe54a3e1e5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe63f4d-24d7-4720-be55-37fe54a3e1e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:03,201 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.046s 2022-07-28 20:04:03,201 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431c56b6-6ad5-4eac-8c2d-ee83d46e4edc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431c56b6-6ad5-4eac-8c2d-ee83d46e4edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:04,229 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:04,229 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b694525-eec0-4527-87c4-5a04efd82934', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b694525-eec0-4527-87c4-5a04efd82934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:05,257 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:05,258 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e287c6e5-2c5e-43bd-b547-c8097740e651', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e287c6e5-2c5e-43bd-b547-c8097740e651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:06,286 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:06,286 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21fddb7-09a1-400e-b144-a64fec4ab2af', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21fddb7-09a1-400e-b144-a64fec4ab2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:07,313 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:07,313 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8983eee9-e77a-4a03-a1e6-39e6187de3d1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8983eee9-e77a-4a03-a1e6-39e6187de3d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:08,342 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:08,342 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd8d6bff-60c9-4528-a8c6-51397c2b767c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd8d6bff-60c9-4528-a8c6-51397c2b767c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:09,371 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:04:09,371 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8763fef-5929-46cc-aab6-928864935f99', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8763fef-5929-46cc-aab6-928864935f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:10,399 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:10,400 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ce2213-de9b-464b-b8e3-16874c26f035', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ce2213-de9b-464b-b8e3-16874c26f035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:11,434 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.029s 2022-07-28 20:04:11,434 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-828d76ec-1bc4-4788-a9ca-4529d5f8aeb9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-828d76ec-1bc4-4788-a9ca-4529d5f8aeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:12,461 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:12,462 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d45f24aa-924b-4c15-88ce-86b4d0bd448f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d45f24aa-924b-4c15-88ce-86b4d0bd448f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:13,490 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:04:13,491 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a3b07dd-e223-4b35-9659-6394c68c6dbf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a3b07dd-e223-4b35-9659-6394c68c6dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:14,519 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:04:14,519 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a34fdf26-ae24-453e-a4d4-9c2d7c5f4c9d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a34fdf26-ae24-453e-a4d4-9c2d7c5f4c9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:15,547 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:15,547 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b0df72b-9612-405b-9fb3-b0d74844ea8c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b0df72b-9612-405b-9fb3-b0d74844ea8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:16,574 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:16,575 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e9e1360-a060-4c44-8eb2-20a6c8606f38', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e9e1360-a060-4c44-8eb2-20a6c8606f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:17,602 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:17,602 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b3eec04-b90a-43da-a8e5-9a3a39bde751', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b3eec04-b90a-43da-a8e5-9a3a39bde751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:18,630 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:18,631 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1b807e-247d-4669-9595-609c46009e01', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1b807e-247d-4669-9595-609c46009e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:19,659 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:19,660 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-677d6270-2cac-4e0e-956b-e356329682a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-677d6270-2cac-4e0e-956b-e356329682a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:20,687 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:20,688 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431ee397-6b59-4db3-9af7-846b3c821da4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431ee397-6b59-4db3-9af7-846b3c821da4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:21,717 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:04:21,717 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c72e6db7-6bb6-40b9-bdd8-5f5eb5ba2286', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c72e6db7-6bb6-40b9-bdd8-5f5eb5ba2286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:22,747 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.025s 2022-07-28 20:04:22,747 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9117f1-efa1-4aab-97c2-aeecc57f1ef2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9117f1-efa1-4aab-97c2-aeecc57f1ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:23,776 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:23,777 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45105ec8-3af2-4d47-852a-4c484fbae776', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45105ec8-3af2-4d47-852a-4c484fbae776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:24,805 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:24,806 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f27cb4c-a99b-4245-a081-c6b86f6e9090', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f27cb4c-a99b-4245-a081-c6b86f6e9090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:25,834 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:04:25,834 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f78fb3b7-7855-4e51-81f7-1d1f1461f2f0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f78fb3b7-7855-4e51-81f7-1d1f1461f2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:26,863 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.024s 2022-07-28 20:04:26,864 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96977452-f68d-431e-9015-522bd1814845', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96977452-f68d-431e-9015-522bd1814845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:27,891 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:27,891 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1a5eb3d-e635-4df3-8248-c9e65f6c2917', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1a5eb3d-e635-4df3-8248-c9e65f6c2917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:28,920 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:28,920 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0096207e-59ca-4637-8935-ea496bdba080', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0096207e-59ca-4637-8935-ea496bdba080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:29,950 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.026s 2022-07-28 20:04:29,951 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ecd096-bdc4-4f85-bcce-671b2c5c2f53', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ecd096-bdc4-4f85-bcce-671b2c5c2f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:30,978 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:30,978 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e43a3fa7-5df7-4c27-8291-e2ad17ed68de', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e43a3fa7-5df7-4c27-8291-e2ad17ed68de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:32,006 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:32,006 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2f4fd08-ef3f-418f-94f8-a4902444dd66', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f4fd08-ef3f-418f-94f8-a4902444dd66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:33,037 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.026s 2022-07-28 20:04:33,037 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8969c6c7-ef65-4df7-8310-b8ac025cde0f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8969c6c7-ef65-4df7-8310-b8ac025cde0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:34,064 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:34,065 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ea5e4c8-93c9-4f00-b8df-53c9e4764d8b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ea5e4c8-93c9-4f00-b8df-53c9e4764d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:35,092 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:35,092 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99a166de-952b-4300-8930-78ba69f18658', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99a166de-952b-4300-8930-78ba69f18658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:36,119 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:36,119 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-494084d1-5cb3-4033-b9a6-ac9ee22ea555', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-494084d1-5cb3-4033-b9a6-ac9ee22ea555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:37,146 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:37,147 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c236a3c-6d88-4184-a6a5-131075d4e228', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c236a3c-6d88-4184-a6a5-131075d4e228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:38,175 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:38,175 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5612f698-cff6-47ec-b950-fc442c99af91', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5612f698-cff6-47ec-b950-fc442c99af91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:39,203 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:39,203 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae61064-1d5e-4612-88a4-48415676f491', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae61064-1d5e-4612-88a4-48415676f491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:40,231 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:40,231 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225798a8-579a-4443-a452-72292447ddbe', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225798a8-579a-4443-a452-72292447ddbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:41,261 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:41,261 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26c3be64-41bf-495a-8cf4-84b0f59c637f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26c3be64-41bf-495a-8cf4-84b0f59c637f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:42,289 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:42,289 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34441fc0-5d8b-4e56-a672-e0cc80451c41', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34441fc0-5d8b-4e56-a672-e0cc80451c41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:43,325 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.031s 2022-07-28 20:04:43,325 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24de8959-44d4-465f-b2e7-aacadc65aedc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24de8959-44d4-465f-b2e7-aacadc65aedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:44,351 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.022s 2022-07-28 20:04:44,352 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ab75df-5b22-40a2-b6e5-a9535ff9213c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ab75df-5b22-40a2-b6e5-a9535ff9213c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:04:45,380 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 0.023s 2022-07-28 20:04:45,380 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faf7343e-76ed-435e-af39-8412623b6a7d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faf7343e-76ed-435e-af39-8412623b6a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:05:46,444 118653 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 2022-07-28 20:06:00,980 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 74.595s 2022-07-28 20:06:00,980 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb155a1-9f0b-4fe6-9ea7-53d7778de14c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb155a1-9f0b-4fe6-9ea7-53d7778de14c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:06:45,680 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 43.695s 2022-07-28 20:06:45,681 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02619eda-dbbf-4f06-8bd9-c98079bdfba9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02619eda-dbbf-4f06-8bd9-c98079bdfba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:07:46,747 118653 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 2022-07-28 20:08:01,341 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 74.656s 2022-07-28 20:08:01,342 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:07:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1229fa9-2509-46a0-b106-595af75937a1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1229fa9-2509-46a0-b106-595af75937a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:08:46,104 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 43.758s 2022-07-28 20:08:46,105 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4723801e-b29c-4e72-ae9e-b860108dd3b3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4723801e-b29c-4e72-ae9e-b860108dd3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:09:47,170 118653 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 2022-07-28 20:10:01,611 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1 74.501s 2022-07-28 20:10:01,611 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5484bba0-d7fe-4ce2-89f2-2a3981c0da44', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5484bba0-d7fe-4ce2-89f2-2a3981c0da44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/snapshots/4f582507-b474-4dab-bc6a-60bc89cb01d1'} Body: b'{"snapshot": {"id": "4f582507-b474-4dab-bc6a-60bc89cb01d1", "created_at": "2022-07-28T20:03:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2014477482", "description": null, "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cc82c1496470409ca70c8cc12023a91e", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-28 20:11:01,669 118653 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a/os-volume_attachments/73be0a6e-c54a-4300-afc6-99e7e3423a2c 2022-07-28 20:12:01,728 118653 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a/os-volume_attachments/73be0a6e-c54a-4300-afc6-99e7e3423a2c 2022-07-28 20:13:01,790 118653 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a/os-volume_attachments/73be0a6e-c54a-4300-afc6-99e7e3423a2c 2022-07-28 20:14:01,798 118653 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a/os-volume_attachments/73be0a6e-c54a-4300-afc6-99e7e3423a2c 2022-07-28 20:14:47,235 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 400 DELETE http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a/os-volume_attachments/73be0a6e-c54a-4300-afc6-99e7e3423a2c 285.619s 2022-07-28 20:14:47,236 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14: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': '269', 'x-openstack-request-id': 'req-11202b31-b89a-4a5d-b5be-8cb17323c213', 'x-compute-request-id': 'req-11202b31-b89a-4a5d-b5be-8cb17323c213', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a/os-volume_attachments/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be \'in-use\' and attach_status must be \'attached\' to detach. (HTTP 400) (Request-ID: req-218752be-5e03-4d5d-8e13-d1c15dc13d32)"}}' 2022-07-28 20:14:47,330 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.093s 2022-07-28 20:14:47,330 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecab0f52-08ce-49a4-a730-457198090d65', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecab0f52-08ce-49a4-a730-457198090d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:14:48,390 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.047s 2022-07-28 20:14:48,390 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14694bfc-2dd7-4bc0-91aa-e3ac4bd11982', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14694bfc-2dd7-4bc0-91aa-e3ac4bd11982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:14:49,506 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.104s 2022-07-28 20:14:49,506 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd53968d-ba3b-451c-9b78-69ca260eb590', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd53968d-ba3b-451c-9b78-69ca260eb590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:14:50,589 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 0.071s 2022-07-28 20:14:50,590 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120d3f0c-73b2-42b2-bd6f-f9fd927b9e2f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120d3f0c-73b2-42b2-bd6f-f9fd927b9e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:15:51,661 118653 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 2022-07-28 20:16:03,268 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 71.667s 2022-07-28 20:16:03,269 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f2f0ca9-54b9-4bc8-9756-19de47bd1ead', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f2f0ca9-54b9-4bc8-9756-19de47bd1ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:16:51,322 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 47.041s 2022-07-28 20:16:51,322 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-100bfd14-d788-4035-b194-5548594b2441', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-100bfd14-d788-4035-b194-5548594b2441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:17:52,395 118653 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 2022-07-28 20:18:03,858 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 71.524s 2022-07-28 20:18:03,859 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92f629c9-7bd5-4d78-9b63-580a26085adb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92f629c9-7bd5-4d78-9b63-580a26085adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:18:51,532 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 46.661s 2022-07-28 20:18:51,532 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-527b73fc-f53f-4e5a-b720-df3283d210c4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-527b73fc-f53f-4e5a-b720-df3283d210c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:19:52,602 118653 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 2022-07-28 20:20:04,217 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 71.675s 2022-07-28 20:20:04,218 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a50228d-a9ad-4d22-985f-527ae44d52ef', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a50228d-a9ad-4d22-985f-527ae44d52ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:20:51,676 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c 46.445s 2022-07-28 20:20:51,677 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74a860d3-22a6-491b-817a-8ffa193a3f11', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74a860d3-22a6-491b-817a-8ffa193a3f11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c'} Body: b'{"volume": {"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:55.000000", "updated_at": "2022-07-28T20:12:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1615215961", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/cc82c1496470409ca70c8cc12023a91e/volumes/73be0a6e-c54a-4300-afc6-99e7e3423a2c"}], "user_id": "316033501d684cc680770c4ccda85d40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "attachment_id": "d248f418-243b-44be-9361-12c58d051bf6", "volume_id": "73be0a6e-c54a-4300-afc6-99e7e3423a2c", "server_id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:02:49.000000"}], "os-vol-tenant-attr:tenant_id": "cc82c1496470409ca70c8cc12023a91e"}}' 2022-07-28 20:20:51,925 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.237s 2022-07-28 20:20:51,925 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:51 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-8f6d3eeb-a150-49e5-becf-5bfbc6fc2626', 'x-compute-request-id': 'req-8f6d3eeb-a150-49e5-becf-5bfbc6fc2626', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'' 2022-07-28 20:20:52,115 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.190s 2022-07-28 20:20:52,116 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fda2ab19-65e3-46e3-ab9c-46b7b4d9a42d', 'x-compute-request-id': 'req-fda2ab19-65e3-46e3-ab9c-46b7b4d9a42d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:20:53,426 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.298s 2022-07-28 20:20:53,427 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c823eb3-0df2-4ffc-892a-3278307b1aee', 'x-compute-request-id': 'req-3c823eb3-0df2-4ffc-892a-3278307b1aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:20:54,603 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.160s 2022-07-28 20:20:54,604 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2e66289-602e-4db7-81cc-7604dc940a0a', 'x-compute-request-id': 'req-c2e66289-602e-4db7-81cc-7604dc940a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:20:55,793 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.177s 2022-07-28 20:20:55,794 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f424dc77-35d8-41ba-b535-30be5e036485', 'x-compute-request-id': 'req-f424dc77-35d8-41ba-b535-30be5e036485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:20:57,024 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.217s 2022-07-28 20:20:57,025 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c14ff256-7f02-43f5-87b1-b50e5bd4610c', 'x-compute-request-id': 'req-c14ff256-7f02-43f5-87b1-b50e5bd4610c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:20:58,216 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.178s 2022-07-28 20:20:58,216 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0e2e1c9-6c50-40a3-8b8d-f0f68d403b77', 'x-compute-request-id': 'req-b0e2e1c9-6c50-40a3-8b8d-f0f68d403b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:20:59,384 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:20:59,384 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1655a4b7-65f6-4bca-9322-b285891f6fdf', 'x-compute-request-id': 'req-1655a4b7-65f6-4bca-9322-b285891f6fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:00,561 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.162s 2022-07-28 20:21:00,561 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9482f17-baa3-45cf-b5ea-3636d498e2d1', 'x-compute-request-id': 'req-f9482f17-baa3-45cf-b5ea-3636d498e2d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:01,728 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:21:01,728 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b62b7d00-8a97-4a09-8a46-3ff101e783b8', 'x-compute-request-id': 'req-b62b7d00-8a97-4a09-8a46-3ff101e783b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:03,102 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.362s 2022-07-28 20:21:03,103 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b88cb6c5-cd2e-4338-bca1-42517c5840f8', 'x-compute-request-id': 'req-b88cb6c5-cd2e-4338-bca1-42517c5840f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:04,267 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:21:04,267 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9280fe7-96c9-496c-97e9-195c47e4d273', 'x-compute-request-id': 'req-c9280fe7-96c9-496c-97e9-195c47e4d273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:05,432 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:21:05,432 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bc6376c-1d3c-4bc6-a60f-d320a59fdf62', 'x-compute-request-id': 'req-0bc6376c-1d3c-4bc6-a60f-d320a59fdf62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:06,607 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.160s 2022-07-28 20:21:06,607 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9afb5709-8eb3-47ef-b08e-406538a1e044', 'x-compute-request-id': 'req-9afb5709-8eb3-47ef-b08e-406538a1e044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:07,772 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:21:07,772 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f1e3656-b54f-4172-9bb2-d4c677d4c6cc', 'x-compute-request-id': 'req-5f1e3656-b54f-4172-9bb2-d4c677d4c6cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:08,939 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:21:08,939 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c78a30a-e3a8-46ea-b1a1-9e4b17c01c58', 'x-compute-request-id': 'req-7c78a30a-e3a8-46ea-b1a1-9e4b17c01c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:10,133 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.180s 2022-07-28 20:21:10,133 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3626a88c-b0c7-4d93-95c6-822afe8fc71b', 'x-compute-request-id': 'req-3626a88c-b0c7-4d93-95c6-822afe8fc71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:11,324 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.177s 2022-07-28 20:21:11,324 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3a1b7c2-1f00-4e3b-9368-a3158104df85', 'x-compute-request-id': 'req-a3a1b7c2-1f00-4e3b-9368-a3158104df85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:12,494 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:21:12,494 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86761859-d87e-4d92-929a-710cc49d5837', 'x-compute-request-id': 'req-86761859-d87e-4d92-929a-710cc49d5837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:13,670 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.162s 2022-07-28 20:21:13,670 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94a2c8bd-ab7c-4f6c-a017-100124a0d2d9', 'x-compute-request-id': 'req-94a2c8bd-ab7c-4f6c-a017-100124a0d2d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:14,839 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:21:14,839 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2bc90ce-beb7-449e-b849-b747081bebe9', 'x-compute-request-id': 'req-a2bc90ce-beb7-449e-b849-b747081bebe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:16,019 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.167s 2022-07-28 20:21:16,019 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-223b9e8e-ed3d-4707-84aa-98dfc604665a', 'x-compute-request-id': 'req-223b9e8e-ed3d-4707-84aa-98dfc604665a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:17,188 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:21:17,188 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c219cf19-de59-401c-bd1a-66f2537be0b9', 'x-compute-request-id': 'req-c219cf19-de59-401c-bd1a-66f2537be0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:18,354 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:21:18,354 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-655e02e9-f87b-4e8c-b1f2-025c96c6116e', 'x-compute-request-id': 'req-655e02e9-f87b-4e8c-b1f2-025c96c6116e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:19,521 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:21:19,521 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fd8b44d-cdb8-4410-8a9d-5e92caa29f4f', 'x-compute-request-id': 'req-0fd8b44d-cdb8-4410-8a9d-5e92caa29f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:20,695 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.161s 2022-07-28 20:21:20,695 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1869041d-7454-48d2-8add-0811c2e9f467', 'x-compute-request-id': 'req-1869041d-7454-48d2-8add-0811c2e9f467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:21,867 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:21:21,868 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bafe878-52a8-4be3-97cd-b123c0964652', 'x-compute-request-id': 'req-7bafe878-52a8-4be3-97cd-b123c0964652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:23,035 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:21:23,035 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80d8a969-9508-4022-8f80-4a0aadadfbf4', 'x-compute-request-id': 'req-80d8a969-9508-4022-8f80-4a0aadadfbf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:24,201 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:21:24,202 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-830355d8-118f-4987-aac9-35ca393e5d78', 'x-compute-request-id': 'req-830355d8-118f-4987-aac9-35ca393e5d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:25,367 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:21:25,367 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b64f195f-8cfc-4c33-bcd4-0822b8459012', 'x-compute-request-id': 'req-b64f195f-8cfc-4c33-bcd4-0822b8459012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:26,532 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:21:26,533 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93923861-17c1-4cea-933b-08e04b7a8c9e', 'x-compute-request-id': 'req-93923861-17c1-4cea-933b-08e04b7a8c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:27,697 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:21:27,698 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4d3b502-c871-41d3-8ca3-079a5b1003bf', 'x-compute-request-id': 'req-f4d3b502-c871-41d3-8ca3-079a5b1003bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:28,867 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:21:28,867 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db7b3600-a1a8-4890-b49d-aef9ce7c7475', 'x-compute-request-id': 'req-db7b3600-a1a8-4890-b49d-aef9ce7c7475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:30,062 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.182s 2022-07-28 20:21:30,063 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29900dff-5a6e-44e4-b970-5d1c90d18ad5', 'x-compute-request-id': 'req-29900dff-5a6e-44e4-b970-5d1c90d18ad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:31,246 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.170s 2022-07-28 20:21:31,246 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1986dc62-c4f6-4f8f-ba78-115b6fa2ce54', 'x-compute-request-id': 'req-1986dc62-c4f6-4f8f-ba78-115b6fa2ce54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:32,415 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:21:32,415 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b183ff22-22ef-47c1-9edf-807d4b7d5ed9', 'x-compute-request-id': 'req-b183ff22-22ef-47c1-9edf-807d4b7d5ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:33,580 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:21:33,581 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e34553a6-38a8-46bd-939b-0038446803f3', 'x-compute-request-id': 'req-e34553a6-38a8-46bd-939b-0038446803f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:34,744 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:21:34,745 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfc2428a-419b-4b86-8794-2dd0cd462f04', 'x-compute-request-id': 'req-cfc2428a-419b-4b86-8794-2dd0cd462f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:35,912 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:21:35,912 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ec8d18f-e966-4d2e-ad52-3f0ba114c7a0', 'x-compute-request-id': 'req-1ec8d18f-e966-4d2e-ad52-3f0ba114c7a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:37,081 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:21:37,082 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71987350-ccee-4201-bb27-428d17acf462', 'x-compute-request-id': 'req-71987350-ccee-4201-bb27-428d17acf462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:38,247 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:21:38,248 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23a06dac-f184-4693-81e3-e0b449aa6921', 'x-compute-request-id': 'req-23a06dac-f184-4693-81e3-e0b449aa6921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:39,414 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:21:39,414 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-946b989d-eec1-429d-a014-8f2ce152a0ad', 'x-compute-request-id': 'req-946b989d-eec1-429d-a014-8f2ce152a0ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:40,582 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:21:40,583 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79fa32c6-f139-41b1-9af3-83ecec5ec132', 'x-compute-request-id': 'req-79fa32c6-f139-41b1-9af3-83ecec5ec132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:41,746 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.150s 2022-07-28 20:21:41,746 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-555eae2d-11e9-48c7-94f5-bd854f07e853', 'x-compute-request-id': 'req-555eae2d-11e9-48c7-94f5-bd854f07e853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:43,118 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.359s 2022-07-28 20:21:43,118 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d814c542-2c3a-4b97-8891-1f534643fcec', 'x-compute-request-id': 'req-d814c542-2c3a-4b97-8891-1f534643fcec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:44,287 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:21:44,287 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c82f84b-84a5-49dd-a013-a17f8fd4b961', 'x-compute-request-id': 'req-3c82f84b-84a5-49dd-a013-a17f8fd4b961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:45,458 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:21:45,459 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8642a16-c09b-4881-9177-6faffc876e78', 'x-compute-request-id': 'req-b8642a16-c09b-4881-9177-6faffc876e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:46,657 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.186s 2022-07-28 20:21:46,657 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b71834c-3be5-494d-a495-8cd25fe8f34b', 'x-compute-request-id': 'req-1b71834c-3be5-494d-a495-8cd25fe8f34b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:47,827 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:21:47,827 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f3da096-d1ad-43c9-ae7a-45a42d8397c0', 'x-compute-request-id': 'req-3f3da096-d1ad-43c9-ae7a-45a42d8397c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:48,999 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.160s 2022-07-28 20:21:49,000 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6241afcf-6abc-4f11-b8eb-6558d7922747', 'x-compute-request-id': 'req-6241afcf-6abc-4f11-b8eb-6558d7922747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:50,170 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:21:50,170 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7c56492-6880-471b-b0a7-2e0077890585', 'x-compute-request-id': 'req-a7c56492-6880-471b-b0a7-2e0077890585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:51,340 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:21:51,340 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02ae9ed4-1b94-4f57-815d-06cf1344ee30', 'x-compute-request-id': 'req-02ae9ed4-1b94-4f57-815d-06cf1344ee30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:52,511 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:21:52,511 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-461e1152-0a85-4b08-8091-ad59d5b4cce6', 'x-compute-request-id': 'req-461e1152-0a85-4b08-8091-ad59d5b4cce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:53,676 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:21:53,676 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8067a53a-bab0-47f7-84c1-841b22a9ab6a', 'x-compute-request-id': 'req-8067a53a-bab0-47f7-84c1-841b22a9ab6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:54,843 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:21:54,843 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3589af5-7ab5-466f-9e66-1cfca385e7ff', 'x-compute-request-id': 'req-e3589af5-7ab5-466f-9e66-1cfca385e7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:56,009 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:21:56,009 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0add2264-d415-4c29-a15a-e57631ed233c', 'x-compute-request-id': 'req-0add2264-d415-4c29-a15a-e57631ed233c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:57,176 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:21:57,177 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4ebfe79-cafa-463c-8cbd-7f999d85e1ee', 'x-compute-request-id': 'req-a4ebfe79-cafa-463c-8cbd-7f999d85e1ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:58,348 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:21:58,348 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0891e5e6-1f2d-4efd-9a04-cd87e5cbd146', 'x-compute-request-id': 'req-0891e5e6-1f2d-4efd-9a04-cd87e5cbd146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:21:59,520 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:21:59,520 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56333ea6-8d3a-4f23-b554-40d0fc761c2a', 'x-compute-request-id': 'req-56333ea6-8d3a-4f23-b554-40d0fc761c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:00,685 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:22:00,686 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9122a6ce-2bf2-4496-b5c8-56d9312235b7', 'x-compute-request-id': 'req-9122a6ce-2bf2-4496-b5c8-56d9312235b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:01,856 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:22:01,856 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adcc8a62-22a0-4fc4-b003-388c70aa8081', 'x-compute-request-id': 'req-adcc8a62-22a0-4fc4-b003-388c70aa8081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:03,020 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:22:03,020 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5ff41e0-c270-48cb-b240-75b8b585b0a6', 'x-compute-request-id': 'req-b5ff41e0-c270-48cb-b240-75b8b585b0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:04,184 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:22:04,185 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc855478-c55d-4a84-b6c7-de58fe2794f8', 'x-compute-request-id': 'req-cc855478-c55d-4a84-b6c7-de58fe2794f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:05,375 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.177s 2022-07-28 20:22:05,376 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12b2443d-f8a7-45d3-99bb-581bf2c8a3cd', 'x-compute-request-id': 'req-12b2443d-f8a7-45d3-99bb-581bf2c8a3cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:06,578 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.190s 2022-07-28 20:22:06,579 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-190f3961-c210-4d09-ac54-bcf62cb9113b', 'x-compute-request-id': 'req-190f3961-c210-4d09-ac54-bcf62cb9113b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:07,750 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:22:07,751 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84bda882-bc76-4d46-8aed-9852f084b203', 'x-compute-request-id': 'req-84bda882-bc76-4d46-8aed-9852f084b203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:08,918 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:22:08,918 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbc3d00a-fff0-4f54-958a-04bd02d2b7aa', 'x-compute-request-id': 'req-fbc3d00a-fff0-4f54-958a-04bd02d2b7aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:10,088 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:22:10,088 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35a7a436-967a-4d2b-a239-ba68574a2241', 'x-compute-request-id': 'req-35a7a436-967a-4d2b-a239-ba68574a2241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:11,257 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:22:11,258 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47b34eae-e2c2-4a50-9ee5-cc2d0d02ea39', 'x-compute-request-id': 'req-47b34eae-e2c2-4a50-9ee5-cc2d0d02ea39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:12,454 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.183s 2022-07-28 20:22:12,454 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3488f31-7be2-4326-9f8e-3df91f8d4a56', 'x-compute-request-id': 'req-d3488f31-7be2-4326-9f8e-3df91f8d4a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:13,669 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.201s 2022-07-28 20:22:13,670 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-beaffe58-a391-4f59-970f-2a0112105f7a', 'x-compute-request-id': 'req-beaffe58-a391-4f59-970f-2a0112105f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:14,837 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:22:14,838 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bf04c10-6c86-4d76-b7f2-1e9f7d1e7149', 'x-compute-request-id': 'req-3bf04c10-6c86-4d76-b7f2-1e9f7d1e7149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:16,014 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.163s 2022-07-28 20:22:16,014 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-764f297c-8c71-4a24-b85f-1d0e015a79b0', 'x-compute-request-id': 'req-764f297c-8c71-4a24-b85f-1d0e015a79b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:17,182 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:22:17,182 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbeb0a6c-7bff-436f-8e2c-c9774969c585', 'x-compute-request-id': 'req-cbeb0a6c-7bff-436f-8e2c-c9774969c585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:18,349 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:22:18,350 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a2b3d2e-0e2d-4a92-adb7-f7ac7f9b238f', 'x-compute-request-id': 'req-1a2b3d2e-0e2d-4a92-adb7-f7ac7f9b238f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:19,525 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.163s 2022-07-28 20:22:19,525 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbaae83f-04de-4781-ba38-1c44ce2de3db', 'x-compute-request-id': 'req-bbaae83f-04de-4781-ba38-1c44ce2de3db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:20,694 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:22:20,694 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35ec9984-69be-4b3d-b837-88520ccb5bde', 'x-compute-request-id': 'req-35ec9984-69be-4b3d-b837-88520ccb5bde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:21,866 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:22:21,867 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a6bd999-00e0-415d-b3e7-a8f91ce9b309', 'x-compute-request-id': 'req-1a6bd999-00e0-415d-b3e7-a8f91ce9b309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:23,058 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.179s 2022-07-28 20:22:23,059 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29bb6d83-07e5-4f49-96d3-21e3b3e03d68', 'x-compute-request-id': 'req-29bb6d83-07e5-4f49-96d3-21e3b3e03d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:24,231 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.160s 2022-07-28 20:22:24,231 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87ed9027-10a9-4c59-a8fb-c0d6f2be3aa3', 'x-compute-request-id': 'req-87ed9027-10a9-4c59-a8fb-c0d6f2be3aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:25,398 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:22:25,399 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77a41d3f-3174-4b0d-8d39-c73d918d2e17', 'x-compute-request-id': 'req-77a41d3f-3174-4b0d-8d39-c73d918d2e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:26,566 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:22:26,567 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb1087bb-5a1d-4b71-a8bf-94e84c5ea79d', 'x-compute-request-id': 'req-cb1087bb-5a1d-4b71-a8bf-94e84c5ea79d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:27,733 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:22:27,733 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74cda935-b040-4abb-9ca1-2443f0725711', 'x-compute-request-id': 'req-74cda935-b040-4abb-9ca1-2443f0725711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:28,901 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:22:28,901 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-539c7131-d1bb-46fc-89ee-f80991da2cba', 'x-compute-request-id': 'req-539c7131-d1bb-46fc-89ee-f80991da2cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:30,076 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.161s 2022-07-28 20:22:30,076 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73140773-e41f-4aa7-9530-ddfbf066fa63', 'x-compute-request-id': 'req-73140773-e41f-4aa7-9530-ddfbf066fa63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:31,243 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:22:31,243 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2db08c32-3648-47ee-ba90-3c21908df293', 'x-compute-request-id': 'req-2db08c32-3648-47ee-ba90-3c21908df293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:32,410 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:22:32,410 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db97c921-79c0-41b1-b9e0-ccf59066d94b', 'x-compute-request-id': 'req-db97c921-79c0-41b1-b9e0-ccf59066d94b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:33,576 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:22:33,577 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17de09ce-871e-4fe8-b101-01e75548a041', 'x-compute-request-id': 'req-17de09ce-871e-4fe8-b101-01e75548a041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:34,743 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:22:34,744 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66b5d1a0-9b9b-4f57-b81a-facacb5d1d8b', 'x-compute-request-id': 'req-66b5d1a0-9b9b-4f57-b81a-facacb5d1d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:35,911 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:22:35,911 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f996fc94-195e-4dba-b397-3e99918cf8ae', 'x-compute-request-id': 'req-f996fc94-195e-4dba-b397-3e99918cf8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:37,083 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:22:37,083 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57351f29-4776-4de8-82b7-9a76fa1df5ad', 'x-compute-request-id': 'req-57351f29-4776-4de8-82b7-9a76fa1df5ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:38,251 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:22:38,251 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ea66c3b-1e7c-4192-8dc5-77a954e5833e', 'x-compute-request-id': 'req-9ea66c3b-1e7c-4192-8dc5-77a954e5833e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:39,416 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:22:39,416 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c33c2445-69f7-43fb-bf1e-64847ea7bd66', 'x-compute-request-id': 'req-c33c2445-69f7-43fb-bf1e-64847ea7bd66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:40,581 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:22:40,582 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8b023ed-9f82-473f-b04b-ad6e538e7028', 'x-compute-request-id': 'req-f8b023ed-9f82-473f-b04b-ad6e538e7028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:41,757 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.162s 2022-07-28 20:22:41,757 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bf45f38-973a-4561-b9d1-3c6481394a55', 'x-compute-request-id': 'req-7bf45f38-973a-4561-b9d1-3c6481394a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:42,954 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.183s 2022-07-28 20:22:42,954 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d364742b-eb56-4236-ba8f-601746676d44', 'x-compute-request-id': 'req-d364742b-eb56-4236-ba8f-601746676d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:44,127 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.160s 2022-07-28 20:22:44,128 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14907c08-a772-4584-93ec-1401be8b7394', 'x-compute-request-id': 'req-14907c08-a772-4584-93ec-1401be8b7394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:45,297 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:22:45,298 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44a65220-d37f-4be5-bee6-d69b82b25771', 'x-compute-request-id': 'req-44a65220-d37f-4be5-bee6-d69b82b25771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:46,464 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:22:46,465 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-850a0c66-ea87-4847-9516-e7354658174e', 'x-compute-request-id': 'req-850a0c66-ea87-4847-9516-e7354658174e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:47,635 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:22:47,635 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d872a80-bfde-4f96-aa45-b308514ffe78', 'x-compute-request-id': 'req-7d872a80-bfde-4f96-aa45-b308514ffe78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:48,802 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:22:48,802 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe0fae86-23cc-4f9d-99d0-c29fb3a53449', 'x-compute-request-id': 'req-fe0fae86-23cc-4f9d-99d0-c29fb3a53449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:49,968 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:22:49,968 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f9a5add-c09c-4b96-bf92-7a2b25795948', 'x-compute-request-id': 'req-7f9a5add-c09c-4b96-bf92-7a2b25795948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:51,134 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:22:51,134 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d73736e3-8993-4429-85d1-d760b30d8c4b', 'x-compute-request-id': 'req-d73736e3-8993-4429-85d1-d760b30d8c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:52,301 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:22:52,301 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d516260-5156-4237-93d4-0a27910f8d30', 'x-compute-request-id': 'req-3d516260-5156-4237-93d4-0a27910f8d30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:53,473 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:22:53,474 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6342941-1a8c-4775-95e3-910d1fc081c4', 'x-compute-request-id': 'req-e6342941-1a8c-4775-95e3-910d1fc081c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:54,643 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:22:54,643 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5372466-425d-443c-8003-6ee3727a4e30', 'x-compute-request-id': 'req-d5372466-425d-443c-8003-6ee3727a4e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:55,817 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.162s 2022-07-28 20:22:55,818 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67c36182-d7ac-4bba-a697-d22f5bd5bfcb', 'x-compute-request-id': 'req-67c36182-d7ac-4bba-a697-d22f5bd5bfcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:56,986 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:22:56,987 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79d2c928-380c-4837-a4a7-d811988342d8', 'x-compute-request-id': 'req-79d2c928-380c-4837-a4a7-d811988342d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:58,152 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:22:58,152 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62013505-58e7-4d8a-a8e2-ba4edc1a9492', 'x-compute-request-id': 'req-62013505-58e7-4d8a-a8e2-ba4edc1a9492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:22:59,318 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:22:59,319 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e24fe707-5645-4705-8b72-8e09eb33251f', 'x-compute-request-id': 'req-e24fe707-5645-4705-8b72-8e09eb33251f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:00,485 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:23:00,486 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06bb5e33-5fde-4be8-b9a5-9db9dcaa9681', 'x-compute-request-id': 'req-06bb5e33-5fde-4be8-b9a5-9db9dcaa9681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:01,682 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.183s 2022-07-28 20:23:01,683 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-403c8b0f-ce7c-48bd-aeea-82acc76e4511', 'x-compute-request-id': 'req-403c8b0f-ce7c-48bd-aeea-82acc76e4511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:02,861 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.164s 2022-07-28 20:23:02,861 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da248c13-ec55-46bf-a6e5-000d59b6509f', 'x-compute-request-id': 'req-da248c13-ec55-46bf-a6e5-000d59b6509f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:04,153 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.281s 2022-07-28 20:23:04,154 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9ca2011-f747-43f8-b70c-aae5d4539db6', 'x-compute-request-id': 'req-e9ca2011-f747-43f8-b70c-aae5d4539db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:05,529 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.362s 2022-07-28 20:23:05,530 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c25ed67c-5a77-4493-acd0-1cfa5d801ff0', 'x-compute-request-id': 'req-c25ed67c-5a77-4493-acd0-1cfa5d801ff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:06,697 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:23:06,697 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20655789-943b-4d15-8809-b0e6585e255f', 'x-compute-request-id': 'req-20655789-943b-4d15-8809-b0e6585e255f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:07,868 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:23:07,868 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2df4e75-c51b-4936-854f-59a9b50bd1e1', 'x-compute-request-id': 'req-f2df4e75-c51b-4936-854f-59a9b50bd1e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:09,036 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:23:09,036 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32483362-a751-4e49-874a-32c3c491314a', 'x-compute-request-id': 'req-32483362-a751-4e49-874a-32c3c491314a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:10,203 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:23:10,203 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0997dd43-bd56-4837-81e7-5ef01b527fea', 'x-compute-request-id': 'req-0997dd43-bd56-4837-81e7-5ef01b527fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:11,373 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:23:11,373 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf070b73-1db0-4937-94fe-47a12a8363fc', 'x-compute-request-id': 'req-cf070b73-1db0-4937-94fe-47a12a8363fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:12,545 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:23:12,546 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9beaa78f-454d-4bdb-831d-8e2c31407a4e', 'x-compute-request-id': 'req-9beaa78f-454d-4bdb-831d-8e2c31407a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:13,712 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:23:13,713 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfbd4e4c-704e-44e3-bfd5-cc5a76790eed', 'x-compute-request-id': 'req-bfbd4e4c-704e-44e3-bfd5-cc5a76790eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:14,906 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.181s 2022-07-28 20:23:14,906 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf2624bf-a9cc-4264-96e8-efaf34b27839', 'x-compute-request-id': 'req-bf2624bf-a9cc-4264-96e8-efaf34b27839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:16,091 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.172s 2022-07-28 20:23:16,092 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cebe24fa-1011-4398-bf4b-268eecbff515', 'x-compute-request-id': 'req-cebe24fa-1011-4398-bf4b-268eecbff515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:17,258 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:23:17,259 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f66944f-4910-44bb-86e5-673047ec7e57', 'x-compute-request-id': 'req-2f66944f-4910-44bb-86e5-673047ec7e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:18,428 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:23:18,429 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d68f4fb-9e1a-4cb3-88be-06d3bb73e59a', 'x-compute-request-id': 'req-9d68f4fb-9e1a-4cb3-88be-06d3bb73e59a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:19,598 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:23:19,598 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16d6f4a-885b-4d9c-a806-156ab644e77b', 'x-compute-request-id': 'req-d16d6f4a-885b-4d9c-a806-156ab644e77b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:20,769 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:23:20,770 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a46475bb-c581-49cf-834c-40e74b3b68e5', 'x-compute-request-id': 'req-a46475bb-c581-49cf-834c-40e74b3b68e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:21,938 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:23:21,938 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f2337ee-ccf5-42d9-9d2b-49c28d385970', 'x-compute-request-id': 'req-6f2337ee-ccf5-42d9-9d2b-49c28d385970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:23,108 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:23:23,109 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e5d938a-f89d-4696-b0ce-24905314de0e', 'x-compute-request-id': 'req-3e5d938a-f89d-4696-b0ce-24905314de0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:24,281 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:23:24,281 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3f0ebb8-249a-4e70-b5fc-f3082c80d416', 'x-compute-request-id': 'req-a3f0ebb8-249a-4e70-b5fc-f3082c80d416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:25,450 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:23:25,450 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d3d7e11-af3a-450f-8bef-9e2c41176ad7', 'x-compute-request-id': 'req-4d3d7e11-af3a-450f-8bef-9e2c41176ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:26,619 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:23:26,619 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5b913e5-8fe9-4f16-a598-c883e10a0ca4', 'x-compute-request-id': 'req-c5b913e5-8fe9-4f16-a598-c883e10a0ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:27,789 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:23:27,789 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2278def9-8f2c-4dfd-bd7f-d1de09edbcf2', 'x-compute-request-id': 'req-2278def9-8f2c-4dfd-bd7f-d1de09edbcf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:28,953 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:23:28,954 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d60740e8-a426-4f7f-a37a-fb0cb1609e52', 'x-compute-request-id': 'req-d60740e8-a426-4f7f-a37a-fb0cb1609e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:30,122 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:23:30,123 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e46f4544-4057-4dd6-90c5-43051c4d46bb', 'x-compute-request-id': 'req-e46f4544-4057-4dd6-90c5-43051c4d46bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:31,304 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.169s 2022-07-28 20:23:31,305 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc8c1790-1660-4ca4-ae85-3a0eaee20be3', 'x-compute-request-id': 'req-cc8c1790-1660-4ca4-ae85-3a0eaee20be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:32,474 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:23:32,475 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cd8b669-ae36-4ed0-8a36-9a96ef6dce8f', 'x-compute-request-id': 'req-5cd8b669-ae36-4ed0-8a36-9a96ef6dce8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:33,639 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:23:33,640 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e632d05-01b2-4efd-8c63-8b35bd3cafa1', 'x-compute-request-id': 'req-5e632d05-01b2-4efd-8c63-8b35bd3cafa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:34,806 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:23:34,806 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88a3d8b4-1653-48c3-8d99-285e9b2d98d3', 'x-compute-request-id': 'req-88a3d8b4-1653-48c3-8d99-285e9b2d98d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:35,974 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:23:35,975 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62d0f209-5d30-4ff6-ad68-1d1b9db2280e', 'x-compute-request-id': 'req-62d0f209-5d30-4ff6-ad68-1d1b9db2280e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:37,161 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.173s 2022-07-28 20:23:37,161 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fc5ccfb-97a6-4129-95ac-ec8168e24cfa', 'x-compute-request-id': 'req-4fc5ccfb-97a6-4129-95ac-ec8168e24cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:38,329 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:23:38,330 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0af371b-09f1-42e6-ae1b-908baa3d8783', 'x-compute-request-id': 'req-e0af371b-09f1-42e6-ae1b-908baa3d8783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:39,495 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:23:39,496 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc54c746-15a1-4422-bb51-81c5a5647672', 'x-compute-request-id': 'req-dc54c746-15a1-4422-bb51-81c5a5647672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:40,670 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.161s 2022-07-28 20:23:40,670 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e7b5085-7494-4f88-90e2-cbd0bcf16ba0', 'x-compute-request-id': 'req-5e7b5085-7494-4f88-90e2-cbd0bcf16ba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:41,837 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:23:41,837 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7de70438-6ce1-4ea1-be5a-8f47c0b38a76', 'x-compute-request-id': 'req-7de70438-6ce1-4ea1-be5a-8f47c0b38a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:43,006 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:23:43,006 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c426a4e4-c922-4944-9ae3-194d4b4b272f', 'x-compute-request-id': 'req-c426a4e4-c922-4944-9ae3-194d4b4b272f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:44,176 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:23:44,177 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c3c1a02-8730-4bf8-a5d0-362bc05a2818', 'x-compute-request-id': 'req-1c3c1a02-8730-4bf8-a5d0-362bc05a2818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:45,344 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:23:45,345 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d7c9e41-fe81-4037-8c08-bdd05faf6d7b', 'x-compute-request-id': 'req-3d7c9e41-fe81-4037-8c08-bdd05faf6d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:46,512 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:23:46,512 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df67db38-6c64-41bf-bf02-30bcdaac4381', 'x-compute-request-id': 'req-df67db38-6c64-41bf-bf02-30bcdaac4381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:47,966 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.440s 2022-07-28 20:23:47,967 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f436290-f37c-4c5a-ac28-f18ee3399c4c', 'x-compute-request-id': 'req-6f436290-f37c-4c5a-ac28-f18ee3399c4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:49,200 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.217s 2022-07-28 20:23:49,200 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aa942c7-f065-4c38-b03e-ce0656729138', 'x-compute-request-id': 'req-1aa942c7-f065-4c38-b03e-ce0656729138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:50,435 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.221s 2022-07-28 20:23:50,435 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78a694e7-725e-4e65-8829-d48e4cdc7c92', 'x-compute-request-id': 'req-78a694e7-725e-4e65-8829-d48e4cdc7c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:51,671 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.222s 2022-07-28 20:23:51,672 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-402e2355-3201-41a0-a644-7760ec2b7ee4', 'x-compute-request-id': 'req-402e2355-3201-41a0-a644-7760ec2b7ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:52,905 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.220s 2022-07-28 20:23:52,906 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07ae104a-3fc9-4487-8abf-cd99c5dcaff3', 'x-compute-request-id': 'req-07ae104a-3fc9-4487-8abf-cd99c5dcaff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:54,133 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.214s 2022-07-28 20:23:54,133 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a66298b-2989-47a2-80e4-c64c84b0ffc4', 'x-compute-request-id': 'req-0a66298b-2989-47a2-80e4-c64c84b0ffc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:55,366 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.220s 2022-07-28 20:23:55,367 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-058b7561-5e01-4df8-b334-d659a997edd9', 'x-compute-request-id': 'req-058b7561-5e01-4df8-b334-d659a997edd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:56,603 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.223s 2022-07-28 20:23:56,603 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35b175d0-cfbf-4b28-8ac8-54d3c189e708', 'x-compute-request-id': 'req-35b175d0-cfbf-4b28-8ac8-54d3c189e708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:57,858 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.234s 2022-07-28 20:23:57,859 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfe082ac-16a3-43d0-8cee-3b667f6255d3', 'x-compute-request-id': 'req-bfe082ac-16a3-43d0-8cee-3b667f6255d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:23:59,094 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.222s 2022-07-28 20:23:59,094 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79963f85-4980-4bdb-96e5-096350b300d7', 'x-compute-request-id': 'req-79963f85-4980-4bdb-96e5-096350b300d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:00,324 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.216s 2022-07-28 20:24:00,325 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdadc79e-9c2d-430f-baf6-b04323960afd', 'x-compute-request-id': 'req-fdadc79e-9c2d-430f-baf6-b04323960afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:01,553 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.215s 2022-07-28 20:24:01,553 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37e09aa4-c926-40d7-92b4-a486115eb378', 'x-compute-request-id': 'req-37e09aa4-c926-40d7-92b4-a486115eb378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:02,817 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.251s 2022-07-28 20:24:02,818 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acf574b7-1c93-43a6-a346-9e46d04b302b', 'x-compute-request-id': 'req-acf574b7-1c93-43a6-a346-9e46d04b302b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:04,041 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.211s 2022-07-28 20:24:04,041 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56d84d62-333e-4dae-9aad-15f525d4e16c', 'x-compute-request-id': 'req-56d84d62-333e-4dae-9aad-15f525d4e16c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:05,256 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.201s 2022-07-28 20:24:05,256 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d1e8115-d40b-4d5e-94ee-a4f200e444e2', 'x-compute-request-id': 'req-0d1e8115-d40b-4d5e-94ee-a4f200e444e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:06,448 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.173s 2022-07-28 20:24:06,449 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bbbcb04-5431-4b55-a4ec-a5d16d7cf9ae', 'x-compute-request-id': 'req-5bbbcb04-5431-4b55-a4ec-a5d16d7cf9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:07,692 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.228s 2022-07-28 20:24:07,692 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-592c5f43-b60c-4944-92fa-915a3719546d', 'x-compute-request-id': 'req-592c5f43-b60c-4944-92fa-915a3719546d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:08,896 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.191s 2022-07-28 20:24:08,896 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f47c1c4f-a997-4ad2-b85b-3d215cb33668', 'x-compute-request-id': 'req-f47c1c4f-a997-4ad2-b85b-3d215cb33668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:10,150 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.242s 2022-07-28 20:24:10,151 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9f82e10-f8a7-4588-b96c-90750658146e', 'x-compute-request-id': 'req-d9f82e10-f8a7-4588-b96c-90750658146e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:11,367 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.203s 2022-07-28 20:24:11,367 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-677d4787-7da6-43e7-92f5-ce7c777f590a', 'x-compute-request-id': 'req-677d4787-7da6-43e7-92f5-ce7c777f590a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:12,594 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.215s 2022-07-28 20:24:12,595 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6ab9d49-fe20-4e1a-8e8f-07747410a6b5', 'x-compute-request-id': 'req-d6ab9d49-fe20-4e1a-8e8f-07747410a6b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:13,817 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.210s 2022-07-28 20:24:13,818 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5d2b1cd-7efe-4d3b-be5d-113900fcdc6f', 'x-compute-request-id': 'req-b5d2b1cd-7efe-4d3b-be5d-113900fcdc6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:15,044 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.214s 2022-07-28 20:24:15,045 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df412004-ef05-4a9c-b22f-611a62e312f5', 'x-compute-request-id': 'req-df412004-ef05-4a9c-b22f-611a62e312f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:16,277 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.220s 2022-07-28 20:24:16,278 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-615a3dd7-cc6a-43f0-ab99-627451510e0b', 'x-compute-request-id': 'req-615a3dd7-cc6a-43f0-ab99-627451510e0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:17,514 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.223s 2022-07-28 20:24:17,514 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0baa6b51-77b7-48de-b351-13403b3f565e', 'x-compute-request-id': 'req-0baa6b51-77b7-48de-b351-13403b3f565e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:18,767 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.239s 2022-07-28 20:24:18,767 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3109ee9-ec3f-4c45-9405-551ca6acc384', 'x-compute-request-id': 'req-d3109ee9-ec3f-4c45-9405-551ca6acc384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:19,989 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.208s 2022-07-28 20:24:19,989 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20e47a8f-f8f6-45d4-a6ed-38bcc57770b5', 'x-compute-request-id': 'req-20e47a8f-f8f6-45d4-a6ed-38bcc57770b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:21,193 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.188s 2022-07-28 20:24:21,194 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80205e99-8772-4543-b578-0820431b3a0f', 'x-compute-request-id': 'req-80205e99-8772-4543-b578-0820431b3a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:22,363 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:24:22,363 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe78ac67-fd2c-4e8d-a422-0f58aacd9eed', 'x-compute-request-id': 'req-fe78ac67-fd2c-4e8d-a422-0f58aacd9eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:23,533 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:24:23,534 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5bda7a5-3f39-4afd-b779-b0134cd10136', 'x-compute-request-id': 'req-b5bda7a5-3f39-4afd-b779-b0134cd10136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:24,706 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:24:24,706 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01558101-3357-40f0-b2a1-5dd43cdf537e', 'x-compute-request-id': 'req-01558101-3357-40f0-b2a1-5dd43cdf537e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:25,881 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.161s 2022-07-28 20:24:25,881 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d116ad7-5b1b-49e9-8886-4aa738f6064d', 'x-compute-request-id': 'req-1d116ad7-5b1b-49e9-8886-4aa738f6064d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:27,050 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:24:27,051 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d421f0b7-6ff8-4387-8f37-8f6cf795985c', 'x-compute-request-id': 'req-d421f0b7-6ff8-4387-8f37-8f6cf795985c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:28,222 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:24:28,222 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd2dd4c5-380b-4659-81ea-8f818619a4a6', 'x-compute-request-id': 'req-dd2dd4c5-380b-4659-81ea-8f818619a4a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:29,389 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:24:29,390 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04e56859-8a25-4743-b451-eccd2a662531', 'x-compute-request-id': 'req-04e56859-8a25-4743-b451-eccd2a662531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:30,556 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:24:30,557 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f9b8b44-f8c9-4870-8756-9945c917e3e2', 'x-compute-request-id': 'req-0f9b8b44-f8c9-4870-8756-9945c917e3e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:31,722 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:24:31,723 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e26ce757-7698-4f34-9a9d-8ffe3d6e5063', 'x-compute-request-id': 'req-e26ce757-7698-4f34-9a9d-8ffe3d6e5063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:32,888 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:24:32,889 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63d87780-0ba6-4d55-b538-9b6477e05461', 'x-compute-request-id': 'req-63d87780-0ba6-4d55-b538-9b6477e05461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:34,057 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:24:34,057 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9481925c-2e4f-4c85-97b8-568597a6bb2b', 'x-compute-request-id': 'req-9481925c-2e4f-4c85-97b8-568597a6bb2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:35,226 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:24:35,227 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7a7ab38-db65-4ff6-8e73-cb68e74869bf', 'x-compute-request-id': 'req-d7a7ab38-db65-4ff6-8e73-cb68e74869bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:36,392 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:24:36,393 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1380f52-ded0-47ab-8134-537523a5d23e', 'x-compute-request-id': 'req-a1380f52-ded0-47ab-8134-537523a5d23e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:37,558 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:24:37,559 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-778d15b9-2c66-477d-a2d4-ab83a5647893', 'x-compute-request-id': 'req-778d15b9-2c66-477d-a2d4-ab83a5647893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:38,725 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:24:38,726 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91060a3a-e1b1-4a6d-99e6-22435f707476', 'x-compute-request-id': 'req-91060a3a-e1b1-4a6d-99e6-22435f707476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:39,916 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.178s 2022-07-28 20:24:39,917 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34bc56cc-f348-47e3-878e-06fcc05d4523', 'x-compute-request-id': 'req-34bc56cc-f348-47e3-878e-06fcc05d4523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:41,083 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:24:41,083 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dc199cf-da2d-4877-b7ee-84bb2a459f06', 'x-compute-request-id': 'req-0dc199cf-da2d-4877-b7ee-84bb2a459f06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:42,254 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:24:42,255 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c288e232-1368-4d54-9b40-4435591f7485', 'x-compute-request-id': 'req-c288e232-1368-4d54-9b40-4435591f7485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:43,421 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:24:43,421 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbed7e36-94fb-4dfa-9951-873d7865cd69', 'x-compute-request-id': 'req-cbed7e36-94fb-4dfa-9951-873d7865cd69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:44,587 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:24:44,587 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fc1b384-400c-4839-9b54-a6e77dcca41d', 'x-compute-request-id': 'req-6fc1b384-400c-4839-9b54-a6e77dcca41d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:45,970 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.370s 2022-07-28 20:24:45,971 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90fa2d25-27f5-48eb-a3da-4fb46c4869b7', 'x-compute-request-id': 'req-90fa2d25-27f5-48eb-a3da-4fb46c4869b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:47,142 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:24:47,142 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05723886-c645-4c73-8b65-767d28207cf9', 'x-compute-request-id': 'req-05723886-c645-4c73-8b65-767d28207cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:48,311 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:24:48,311 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5e76838-3569-4abc-8763-cd24b1be2081', 'x-compute-request-id': 'req-c5e76838-3569-4abc-8763-cd24b1be2081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:49,484 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:24:49,484 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8858fe5a-0f57-4583-889f-11d17e4badd3', 'x-compute-request-id': 'req-8858fe5a-0f57-4583-889f-11d17e4badd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:50,650 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:24:50,650 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f0e1acd-a46a-4d6e-93d4-af55bf783609', 'x-compute-request-id': 'req-9f0e1acd-a46a-4d6e-93d4-af55bf783609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:51,826 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.163s 2022-07-28 20:24:51,827 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b1f8fa6-c43f-4c20-a936-6e03b4d3f7c6', 'x-compute-request-id': 'req-8b1f8fa6-c43f-4c20-a936-6e03b4d3f7c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:53,010 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.170s 2022-07-28 20:24:53,011 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-434a58e7-b9a3-437f-a9e5-a6ecd1007aea', 'x-compute-request-id': 'req-434a58e7-b9a3-437f-a9e5-a6ecd1007aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:54,197 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.173s 2022-07-28 20:24:54,198 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2a1d544-c0a7-43c4-bd15-975f7759216f', 'x-compute-request-id': 'req-a2a1d544-c0a7-43c4-bd15-975f7759216f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:55,389 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.178s 2022-07-28 20:24:55,390 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e2d68ff-ea62-4d07-b17c-dcc08acea967', 'x-compute-request-id': 'req-0e2d68ff-ea62-4d07-b17c-dcc08acea967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:56,560 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:24:56,560 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c883a402-a8c4-4dbf-9390-36ae063c3949', 'x-compute-request-id': 'req-c883a402-a8c4-4dbf-9390-36ae063c3949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:57,726 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:24:57,726 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-722a38c5-3a87-4496-8c92-3530efbee8fa', 'x-compute-request-id': 'req-722a38c5-3a87-4496-8c92-3530efbee8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:24:58,897 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:24:58,898 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a39a9b2e-d301-429b-b51d-5afc6aa2b781', 'x-compute-request-id': 'req-a39a9b2e-d301-429b-b51d-5afc6aa2b781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:00,064 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:25:00,065 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45196137-fc85-4f4c-8c0b-8b172446e237', 'x-compute-request-id': 'req-45196137-fc85-4f4c-8c0b-8b172446e237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:01,229 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:25:01,230 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e36f3ac-c689-4a45-b3f6-05201546371a', 'x-compute-request-id': 'req-7e36f3ac-c689-4a45-b3f6-05201546371a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:02,399 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:25:02,399 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9abe2d0-b441-47fd-8df9-544aefcee960', 'x-compute-request-id': 'req-e9abe2d0-b441-47fd-8df9-544aefcee960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:03,564 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:25:03,564 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35c854c1-6173-4043-b521-67f47c2cb72e', 'x-compute-request-id': 'req-35c854c1-6173-4043-b521-67f47c2cb72e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:04,733 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:25:04,733 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a13c386-e852-4e9c-ab29-626c449bca77', 'x-compute-request-id': 'req-7a13c386-e852-4e9c-ab29-626c449bca77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:05,908 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.162s 2022-07-28 20:25:05,908 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c174d543-cafb-4188-bcbc-2da93d2359f2', 'x-compute-request-id': 'req-c174d543-cafb-4188-bcbc-2da93d2359f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:07,081 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:25:07,082 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80b91d99-47a1-41c9-8273-912236025fff', 'x-compute-request-id': 'req-80b91d99-47a1-41c9-8273-912236025fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:08,249 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:25:08,249 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-550d220a-018f-4ee0-a4a9-120764364955', 'x-compute-request-id': 'req-550d220a-018f-4ee0-a4a9-120764364955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:09,431 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.169s 2022-07-28 20:25:09,431 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27ae4742-9033-4609-af00-86a43993c34a', 'x-compute-request-id': 'req-27ae4742-9033-4609-af00-86a43993c34a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:10,600 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:25:10,601 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdca0b22-cbb8-4241-8509-0c5596a918c3', 'x-compute-request-id': 'req-cdca0b22-cbb8-4241-8509-0c5596a918c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:11,768 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:25:11,769 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-989095d1-77a7-400f-980c-4b31228637dd', 'x-compute-request-id': 'req-989095d1-77a7-400f-980c-4b31228637dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:12,938 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:25:12,938 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9965231-3694-41e4-8d49-c423c260a289', 'x-compute-request-id': 'req-e9965231-3694-41e4-8d49-c423c260a289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:14,127 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.176s 2022-07-28 20:25:14,128 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8456ed38-4b25-439b-bae6-d2ccea8d018b', 'x-compute-request-id': 'req-8456ed38-4b25-439b-bae6-d2ccea8d018b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:15,309 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.169s 2022-07-28 20:25:15,309 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a29e827c-a16f-45ee-9017-5938b0e48297', 'x-compute-request-id': 'req-a29e827c-a16f-45ee-9017-5938b0e48297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:16,478 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:25:16,478 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-037e87f7-090d-4760-b084-0766c1552c1c', 'x-compute-request-id': 'req-037e87f7-090d-4760-b084-0766c1552c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:17,639 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.149s 2022-07-28 20:25:17,640 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e1b73ea-2fe5-415a-ba73-a9306e7e95ac', 'x-compute-request-id': 'req-7e1b73ea-2fe5-415a-ba73-a9306e7e95ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:18,811 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:25:18,811 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78690a6a-b3fd-402f-90b6-c76b15f6c44d', 'x-compute-request-id': 'req-78690a6a-b3fd-402f-90b6-c76b15f6c44d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:20,136 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.312s 2022-07-28 20:25:20,136 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c9948bc-3613-49d9-aaeb-359da77e1eea', 'x-compute-request-id': 'req-8c9948bc-3613-49d9-aaeb-359da77e1eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:21,307 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.158s 2022-07-28 20:25:21,308 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25d45a06-bd22-4099-840e-02947501f2ab', 'x-compute-request-id': 'req-25d45a06-bd22-4099-840e-02947501f2ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:22,473 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:25:22,473 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98ffd7f5-57e0-4032-8082-65452c0b7e53', 'x-compute-request-id': 'req-98ffd7f5-57e0-4032-8082-65452c0b7e53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:23,641 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:25:23,641 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc55b8e2-e59f-40dd-9909-f3db5383d348', 'x-compute-request-id': 'req-dc55b8e2-e59f-40dd-9909-f3db5383d348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:24,809 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:25:24,809 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aac281ae-ae03-4267-89b3-200ef948a1a7', 'x-compute-request-id': 'req-aac281ae-ae03-4267-89b3-200ef948a1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:25,977 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:25:25,978 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d272e60-a26d-498e-ae8b-ab811dff8957', 'x-compute-request-id': 'req-0d272e60-a26d-498e-ae8b-ab811dff8957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:27,152 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.162s 2022-07-28 20:25:27,153 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81b8eda6-8c7c-4470-998a-c29c92f30a5c', 'x-compute-request-id': 'req-81b8eda6-8c7c-4470-998a-c29c92f30a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:28,317 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.150s 2022-07-28 20:25:28,317 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c84d8af-71cb-42b4-b2e8-ff8fdc5fbd72', 'x-compute-request-id': 'req-0c84d8af-71cb-42b4-b2e8-ff8fdc5fbd72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:29,483 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:25:29,483 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d6391c4-3f64-4974-81ad-82ddaabb6a06', 'x-compute-request-id': 'req-2d6391c4-3f64-4974-81ad-82ddaabb6a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:30,675 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.179s 2022-07-28 20:25:30,676 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc6aaa6b-c30e-4c09-ab9f-b61debd07579', 'x-compute-request-id': 'req-fc6aaa6b-c30e-4c09-ab9f-b61debd07579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:31,844 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:25:31,844 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b9b9131-c67f-418a-9aee-4147d6599188', 'x-compute-request-id': 'req-2b9b9131-c67f-418a-9aee-4147d6599188', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:33,011 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:25:33,011 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31d87bc8-cdad-466f-b66a-cde2ac34ebc6', 'x-compute-request-id': 'req-31d87bc8-cdad-466f-b66a-cde2ac34ebc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:34,175 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:25:34,176 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-381c841d-0877-4812-886f-177db2e577c5', 'x-compute-request-id': 'req-381c841d-0877-4812-886f-177db2e577c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:35,348 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:25:35,348 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a7e8dc7-aaf8-4f94-8952-5b29fe1e4c12', 'x-compute-request-id': 'req-3a7e8dc7-aaf8-4f94-8952-5b29fe1e4c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:36,516 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:25:36,517 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-622e0e07-9919-42f5-8706-5cc08ef809d6', 'x-compute-request-id': 'req-622e0e07-9919-42f5-8706-5cc08ef809d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:37,687 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:25:37,687 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10ff386c-7a6e-4fee-9ac6-521683920cba', 'x-compute-request-id': 'req-10ff386c-7a6e-4fee-9ac6-521683920cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:38,856 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:25:38,856 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f20f31ac-93b1-4ab2-b044-c1a8498c330e', 'x-compute-request-id': 'req-f20f31ac-93b1-4ab2-b044-c1a8498c330e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:40,021 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:25:40,022 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e85e5e37-ac9c-4975-9d39-f335e7bf7073', 'x-compute-request-id': 'req-e85e5e37-ac9c-4975-9d39-f335e7bf7073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:41,187 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:25:41,187 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03fff539-156d-4b9c-98dd-f5b9ed6ff44c', 'x-compute-request-id': 'req-03fff539-156d-4b9c-98dd-f5b9ed6ff44c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:42,356 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:25:42,356 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-831449ae-be0b-4fdc-8fbb-14520433ff99', 'x-compute-request-id': 'req-831449ae-be0b-4fdc-8fbb-14520433ff99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:43,519 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:25:43,520 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28d6c8c2-6bc4-458e-8957-9f4daeb38ee3', 'x-compute-request-id': 'req-28d6c8c2-6bc4-458e-8957-9f4daeb38ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:44,684 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:25:44,685 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee87a8e8-c15b-4e10-aa30-efdae50f6f1b', 'x-compute-request-id': 'req-ee87a8e8-c15b-4e10-aa30-efdae50f6f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:45,857 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:25:45,858 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ebdd2db-16b9-4530-b7ec-ebe4472bf9ab', 'x-compute-request-id': 'req-7ebdd2db-16b9-4530-b7ec-ebe4472bf9ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:47,020 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.150s 2022-07-28 20:25:47,020 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c28b7247-a691-4641-a80c-dde696673567', 'x-compute-request-id': 'req-c28b7247-a691-4641-a80c-dde696673567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:48,425 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.390s 2022-07-28 20:25:48,425 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f6ef029-9355-403a-9e5d-6c8e0802db80', 'x-compute-request-id': 'req-7f6ef029-9355-403a-9e5d-6c8e0802db80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:49,594 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:25:49,595 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e56b94ef-d372-4b66-9b49-dc15ca88cd13', 'x-compute-request-id': 'req-e56b94ef-d372-4b66-9b49-dc15ca88cd13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:50,764 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:25:50,764 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b51b7cb6-6dd9-452c-850d-bcda027e8e35', 'x-compute-request-id': 'req-b51b7cb6-6dd9-452c-850d-bcda027e8e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:51,929 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:25:51,930 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcee3496-7ba2-4587-832f-584acf689cfa', 'x-compute-request-id': 'req-bcee3496-7ba2-4587-832f-584acf689cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:53,097 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:25:53,097 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfaf98c5-56e1-47da-98eb-bdca9694f52d', 'x-compute-request-id': 'req-cfaf98c5-56e1-47da-98eb-bdca9694f52d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:54,265 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:25:54,266 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-026ab6e0-9436-4da2-88cc-86d72a6553fa', 'x-compute-request-id': 'req-026ab6e0-9436-4da2-88cc-86d72a6553fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:55,445 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.165s 2022-07-28 20:25:55,445 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01080134-5831-42c5-ad5e-f8b716a64053', 'x-compute-request-id': 'req-01080134-5831-42c5-ad5e-f8b716a64053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:56,628 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.170s 2022-07-28 20:25:56,629 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f46a1d4-12a1-4d37-aee7-424c3ae6a940', 'x-compute-request-id': 'req-4f46a1d4-12a1-4d37-aee7-424c3ae6a940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:57,799 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:25:57,800 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6eca7d62-e4c9-4266-8e04-79498c057ba8', 'x-compute-request-id': 'req-6eca7d62-e4c9-4266-8e04-79498c057ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:25:59,031 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.218s 2022-07-28 20:25:59,031 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e58fed1b-54c1-4229-9cc9-df31e35b22ea', 'x-compute-request-id': 'req-e58fed1b-54c1-4229-9cc9-df31e35b22ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:00,206 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.161s 2022-07-28 20:26:00,207 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb57145a-9e2a-4386-903e-294ecd73f182', 'x-compute-request-id': 'req-bb57145a-9e2a-4386-903e-294ecd73f182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:01,384 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.165s 2022-07-28 20:26:01,384 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-453295c7-7914-45df-9ab4-f13d114f5809', 'x-compute-request-id': 'req-453295c7-7914-45df-9ab4-f13d114f5809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:02,577 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.180s 2022-07-28 20:26:02,577 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7d3ab81-2afd-4b0d-96da-c68722c8e35a', 'x-compute-request-id': 'req-c7d3ab81-2afd-4b0d-96da-c68722c8e35a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:03,752 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.162s 2022-07-28 20:26:03,752 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-797751c6-db82-4d4d-9213-4f5532d75e80', 'x-compute-request-id': 'req-797751c6-db82-4d4d-9213-4f5532d75e80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:04,955 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.190s 2022-07-28 20:26:04,955 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea4a0a18-128d-41b3-a4c1-5de69afd8fad', 'x-compute-request-id': 'req-ea4a0a18-128d-41b3-a4c1-5de69afd8fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:06,124 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:26:06,124 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12e271a1-58b3-4b0f-9e02-94f2b044fa55', 'x-compute-request-id': 'req-12e271a1-58b3-4b0f-9e02-94f2b044fa55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:07,314 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.177s 2022-07-28 20:26:07,315 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44a57e80-24e5-4748-bf5d-4ea2d533147a', 'x-compute-request-id': 'req-44a57e80-24e5-4748-bf5d-4ea2d533147a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:08,486 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:26:08,487 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f49b2a90-5e7e-42cc-824a-f03cd8b2441a', 'x-compute-request-id': 'req-f49b2a90-5e7e-42cc-824a-f03cd8b2441a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:09,652 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:26:09,652 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b57f10b6-e95a-42ad-8f5a-5adfbfa33b88', 'x-compute-request-id': 'req-b57f10b6-e95a-42ad-8f5a-5adfbfa33b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:10,818 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:26:10,818 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-422f1aba-b96c-4193-b172-44179f87f7e4', 'x-compute-request-id': 'req-422f1aba-b96c-4193-b172-44179f87f7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:12,103 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.272s 2022-07-28 20:26:12,104 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37899b1d-fdd8-4766-9f6e-f1af313d6e4c', 'x-compute-request-id': 'req-37899b1d-fdd8-4766-9f6e-f1af313d6e4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:13,294 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.177s 2022-07-28 20:26:13,294 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cba8497-902a-4174-8e37-19f9b0dcf576', 'x-compute-request-id': 'req-3cba8497-902a-4174-8e37-19f9b0dcf576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:14,671 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.364s 2022-07-28 20:26:14,671 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0b69bc4-fe91-4aa2-850e-a7e92c0c9ff8', 'x-compute-request-id': 'req-e0b69bc4-fe91-4aa2-850e-a7e92c0c9ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:15,837 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:26:15,838 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33561988-951c-443c-8a05-dafef8390504', 'x-compute-request-id': 'req-33561988-951c-443c-8a05-dafef8390504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:17,002 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:26:17,003 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-336b8bb3-c977-41d1-886d-4cc0e7b736ac', 'x-compute-request-id': 'req-336b8bb3-c977-41d1-886d-4cc0e7b736ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:18,172 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:26:18,172 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7624bcb-94ca-4feb-9cae-9deacb6ad2d0', 'x-compute-request-id': 'req-a7624bcb-94ca-4feb-9cae-9deacb6ad2d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:19,334 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.149s 2022-07-28 20:26:19,334 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbc93403-1a7b-4594-b83d-850c600e20ad', 'x-compute-request-id': 'req-dbc93403-1a7b-4594-b83d-850c600e20ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:20,518 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.170s 2022-07-28 20:26:20,518 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cf3959b-34dc-4b0f-8966-f4a3808fabf9', 'x-compute-request-id': 'req-6cf3959b-34dc-4b0f-8966-f4a3808fabf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:21,719 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.187s 2022-07-28 20:26:21,719 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-525b8c4f-f92d-4d3c-aa80-3bf3871494e8', 'x-compute-request-id': 'req-525b8c4f-f92d-4d3c-aa80-3bf3871494e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:22,897 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.166s 2022-07-28 20:26:22,897 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-496bc16a-a2ff-4807-b76f-5a19023d5782', 'x-compute-request-id': 'req-496bc16a-a2ff-4807-b76f-5a19023d5782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:24,063 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:26:24,064 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31f7fa0c-9a88-4c32-bcb0-8f1eac0fd08d', 'x-compute-request-id': 'req-31f7fa0c-9a88-4c32-bcb0-8f1eac0fd08d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:25,229 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:26:25,229 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94ffabb5-a374-41f9-b005-73c1ccb5d546', 'x-compute-request-id': 'req-94ffabb5-a374-41f9-b005-73c1ccb5d546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:26,398 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:26:26,398 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2813928-2a16-471a-b577-f26914b5eb18', 'x-compute-request-id': 'req-b2813928-2a16-471a-b577-f26914b5eb18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:27,565 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:26:27,566 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fce15e2f-03b1-4297-b9ad-42b4c45182a2', 'x-compute-request-id': 'req-fce15e2f-03b1-4297-b9ad-42b4c45182a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:28,733 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:26:28,733 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f59c20f0-aa28-4320-9d40-38c805759e0d', 'x-compute-request-id': 'req-f59c20f0-aa28-4320-9d40-38c805759e0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:29,906 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.160s 2022-07-28 20:26:29,906 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9181398-7caa-4091-9e36-57cff4914bf7', 'x-compute-request-id': 'req-e9181398-7caa-4091-9e36-57cff4914bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:31,075 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:26:31,075 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd26492f-1368-4d39-9cd1-b033271d6da6', 'x-compute-request-id': 'req-cd26492f-1368-4d39-9cd1-b033271d6da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:32,243 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:26:32,244 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18a6649c-18bb-43dc-bf09-334e109cef82', 'x-compute-request-id': 'req-18a6649c-18bb-43dc-bf09-334e109cef82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:33,412 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.156s 2022-07-28 20:26:33,413 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-084f31c7-7dd6-41f1-82b2-5d7c1bfc8afb', 'x-compute-request-id': 'req-084f31c7-7dd6-41f1-82b2-5d7c1bfc8afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:34,580 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:26:34,580 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9ffef07-ff59-440f-9f26-3c74d04c46ec', 'x-compute-request-id': 'req-b9ffef07-ff59-440f-9f26-3c74d04c46ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:35,744 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.151s 2022-07-28 20:26:35,744 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7df7bd1e-ec4e-4506-afab-9315cdac45a0', 'x-compute-request-id': 'req-7df7bd1e-ec4e-4506-afab-9315cdac45a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:36,913 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:26:36,914 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a40969b6-592a-450c-8672-315e297662bc', 'x-compute-request-id': 'req-a40969b6-592a-450c-8672-315e297662bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:38,078 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:26:38,078 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3391b3bf-515a-436b-a930-8d352215ac1c', 'x-compute-request-id': 'req-3391b3bf-515a-436b-a930-8d352215ac1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:39,259 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.168s 2022-07-28 20:26:39,260 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90caaa58-0738-4d06-a9a5-1be84c1a70d9', 'x-compute-request-id': 'req-90caaa58-0738-4d06-a9a5-1be84c1a70d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:40,450 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.178s 2022-07-28 20:26:40,450 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-210e33c2-54db-45e4-81e4-42d19927ed86', 'x-compute-request-id': 'req-210e33c2-54db-45e4-81e4-42d19927ed86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:41,617 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:26:41,617 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fbad11d-b3c8-4ef4-a715-301bb5cdd8d3', 'x-compute-request-id': 'req-7fbad11d-b3c8-4ef4-a715-301bb5cdd8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:42,783 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.152s 2022-07-28 20:26:42,783 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c50c7cc-0455-4592-828e-c7b70bfb639b', 'x-compute-request-id': 'req-6c50c7cc-0455-4592-828e-c7b70bfb639b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:43,953 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:26:43,954 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-814fe620-d0fc-4316-b8f9-90fe9b6eb159', 'x-compute-request-id': 'req-814fe620-d0fc-4316-b8f9-90fe9b6eb159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:45,120 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.153s 2022-07-28 20:26:45,120 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efbda6b9-2a0a-43c6-a870-7ec91f9da3c0', 'x-compute-request-id': 'req-efbda6b9-2a0a-43c6-a870-7ec91f9da3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:46,287 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.155s 2022-07-28 20:26:46,288 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f4c57f9-2c13-4214-a628-7b126dbeba07', 'x-compute-request-id': 'req-5f4c57f9-2c13-4214-a628-7b126dbeba07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:47,454 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:26:47,455 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1050005d-3568-4fe1-b25e-b90d32c02e7e', 'x-compute-request-id': 'req-1050005d-3568-4fe1-b25e-b90d32c02e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:48,622 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.154s 2022-07-28 20:26:48,623 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d5402e5-ee75-489a-916c-4942ec6e5c8f', 'x-compute-request-id': 'req-0d5402e5-ee75-489a-916c-4942ec6e5c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:49,785 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.150s 2022-07-28 20:26:49,785 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6520f547-5e0b-48ce-a24c-64f0e7e0acf9', 'x-compute-request-id': 'req-6520f547-5e0b-48ce-a24c-64f0e7e0acf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:50,958 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.159s 2022-07-28 20:26:50,958 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b40116d1-64c9-4feb-a451-d98dccbfcee2', 'x-compute-request-id': 'req-b40116d1-64c9-4feb-a451-d98dccbfcee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' 2022-07-28 20:26:52,127 118653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a 0.157s 2022-07-28 20:26:52,128 118653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fa8991e-e61d-4604-8882-9e7b72f530cd', 'x-compute-request-id': 'req-5fa8991e-e61d-4604-8882-9e7b72f530cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a'} Body: b'{"server": {"id": "768bb30f-60d9-4ad9-af77-64aadcfe531a", "name": "tempest-VolumesSnapshotTestJSON-instance-1374721277", "status": "ACTIVE", "tenant_id": "cc82c1496470409ca70c8cc12023a91e", "user_id": "316033501d684cc680770c4ccda85d40", "metadata": {}, "hostId": "8d7db60de71edc3acb3b9b4e2b8eb59eae7f8bf665db86719850e3a2", "image": {"id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/200102d0-3aff-4f7e-9aae-64a536f12bf7"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:02:35Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1570856005-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/768bb30f-60d9-4ad9-af77-64aadcfe531a"}], "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-28T20:02:47.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": "73be0a6e-c54a-4300-afc6-99e7e3423a2c"}]}}' }}} traceback-1: {{{ 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 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: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be 'in-use' and attach_status must be 'attached' to detach. (HTTP 400) (Request-ID: req-218752be-5e03-4d5d-8e13-d1c15dc13d32)"} }}} 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 73be0a6e-c54a-4300-afc6-99e7e3423a2c failed to reach available status (current detaching) within the required time (360 s). }}} traceback-3: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None }}} 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 4f582507-b474-4dab-bc6a-60bc89cb01d1 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
fail
ft11.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]testtools.testresult.real._StringException: 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/tempest/api/volume/test_volumes_snapshots.py", line 170, in test_volume_from_snapshot self._create_volume_from_snapshot( File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 148, in _create_volume_from_snapshot src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 126, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 112, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
fail
ft11.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]testtools.testresult.real._StringException: 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/tempest/api/volume/test_volumes_snapshots.py", line 176, in test_volume_from_snapshot_no_size self._create_volume_from_snapshot() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 148, in _create_volume_from_snapshot src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 126, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 112, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
fail
ft12.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-28 19:59:42,955 118648 DEBUG [tempest.scenario.manager] paths: img: /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx, container_format: bare, disk_format: vhdx, properties: None 2022-07-28 19:59:43,511 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67/image/v2/images 0.555s 2022-07-28 19:59:43,511 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--1695222905", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Thu, 28 Jul 2022 19:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9aee84dd-a432-4935-b987-19ff6529d73a', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-62034d2f-9880-4cf0-910d-70d5799891f0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1695222905", "disk_format": "vhdx", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9aee84dd-a432-4935-b987-19ff6529d73a", "created_at": "2022-07-28T19:59:43Z", "updated_at": "2022-07-28T19:59:43Z", "tags": [], "self": "/v2/images/9aee84dd-a432-4935-b987-19ff6529d73a", "file": "/v2/images/9aee84dd-a432-4935-b987-19ff6529d73a/file", "schema": "/v2/schemas/image"}' 2022-07-28 20:00:03,529 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.67/image/v2/images/9aee84dd-a432-4935-b987-19ff6529d73a/file 20.017s 2022-07-28 20:00:03,530 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f99103e1640> Response - Headers: {'date': 'Thu, 28 Jul 2022 19:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-53896433-c673-4303-afa4-feacee910ee3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/image/v2/images/9aee84dd-a432-4935-b987-19ff6529d73a/file'} Body: b'' 2022-07-28 20:00:03,530 118648 DEBUG [tempest.scenario.manager] image:9aee84dd-a432-4935-b987-19ff6529d73a 2022-07-28 20:00:03,613 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.080s 2022-07-28 20:00:03,613 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-274658827", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPKZvWy9teXAse3FecnVG1dqMVjIdPnRpQB6RkC3Fk/ZPshCryVZUnUudoQEhEuwKYbfgzLmxuYH6xDeLKV4CeGr+mePYO6Y7A38z5vBd6vL3o+oHxb8ZFacvcqW+deMNw=="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3e40dfa-f392-4624-958b-aacf428becad', 'x-compute-request-id': 'req-e3e40dfa-f392-4624-958b-aacf428becad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-274658827", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPKZvWy9teXAse3FecnVG1dqMVjIdPnRpQB6RkC3Fk/ZPshCryVZUnUudoQEhEuwKYbfgzLmxuYH6xDeLKV4CeGr+mePYO6Y7A38z5vBd6vL3o+oHxb8ZFacvcqW+deMNw==", "fingerprint": "dc:57:bb:1d:e0:cd:04:09:b0:d4:4c:99:e9:9b:67:1f", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab"}}' 2022-07-28 20:00:03,777 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.154s 2022-07-28 20:00:03,777 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:03 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-020aeed5-443f-4fec-9aac-a8c71fa962bb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3f7d1d13bfb843df855bc4d57374a8ab", "name": "tempest-TestMinimumBasicScenario-569454584-project", "password_expires_at": null}, "audit_ids": ["r7Q9MG0DS0OVakfETy1CdA"], "expires_at": "2022-07-28T21:00:03.000000Z", "issued_at": "2022-07-28T20:00:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "name": "tempest-TestMinimumBasicScenario-569454584"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/1a73bb1237bb4bcfa86aa6dc5bf413c7", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_1a73bb1237bb4bcfa86aa6dc5bf413c7", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:00:03,778 118648 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '01c0945f-6926-4382-a626-0790356e5991', 'name': 'tempest-TestMinimumBasicScenario-357835098-network', 'tenant_id': '1a73bb1237bb4bcfa86aa6dc5bf413c7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a73bb1237bb4bcfa86aa6dc5bf413c7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 241, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T19:59:30Z', 'updated_at': '2022-07-28T19:59:30Z', 'revision_number': 1} available for tenant 2022-07-28 20:00:04,858 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.67/compute/v2.1/servers 1.079s 2022-07-28 20:00:04,858 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-377003342", "imageRef": "9aee84dd-a432-4935-b987-19ff6529d73a", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-274658827", "networks": [{"uuid": "01c0945f-6926-4382-a626-0790356e5991"}]}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a41982c1-08c4-4206-94e6-c32eec188b03', 'x-compute-request-id': 'req-a41982c1-08c4-4206-94e6-c32eec188b03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "WM6C5auR8Tsw"}}' 2022-07-28 20:00:05,010 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.148s 2022-07-28 20:00:05,010 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1257', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de8ded51-6a97-4060-8972-00b93663ac87', 'x-compute-request-id': 'req-de8ded51-6a97-4060-8972-00b93663ac87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:05Z", "updated": "2022-07-28T20:00:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:06,146 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.124s 2022-07-28 20:00:06,146 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e58463b-7b12-4c2e-ad83-16df1bc80872', 'x-compute-request-id': 'req-9e58463b-7b12-4c2e-ad83-16df1bc80872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:06,157 118648 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-28 20:00:07,304 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.145s 2022-07-28 20:00:07,304 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23ada497-1b33-43d3-a6e3-ae6d955860a0', 'x-compute-request-id': 'req-23ada497-1b33-43d3-a6e3-ae6d955860a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:07,316 118648 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-07-28 20:00:08,829 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.512s 2022-07-28 20:00:08,829 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b706c3e-167e-482b-a07f-eeaa9baef23d', 'x-compute-request-id': 'req-0b706c3e-167e-482b-a07f-eeaa9baef23d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:10,187 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.345s 2022-07-28 20:00:10,188 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9670c841-5424-4792-b6a4-e84755255066', 'x-compute-request-id': 'req-9670c841-5424-4792-b6a4-e84755255066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:11,589 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.389s 2022-07-28 20:00:11,589 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a2ea527-c82b-44c9-8609-60897b2a06a2', 'x-compute-request-id': 'req-3a2ea527-c82b-44c9-8609-60897b2a06a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:12,886 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.278s 2022-07-28 20:00:12,886 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db3201b0-a61d-4767-b649-123ae41305ec', 'x-compute-request-id': 'req-db3201b0-a61d-4767-b649-123ae41305ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:14,178 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.279s 2022-07-28 20:00:14,178 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ebafafe-cc99-439c-aa01-3fe989510a51', 'x-compute-request-id': 'req-4ebafafe-cc99-439c-aa01-3fe989510a51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:15,792 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.601s 2022-07-28 20:00:15,792 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bfbbb3b-345d-4115-843b-a287f349f2db', 'x-compute-request-id': 'req-4bfbbb3b-345d-4115-843b-a287f349f2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:17,403 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.596s 2022-07-28 20:00:17,403 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c589cc3-90a9-4b73-8d51-c8bf9c2969d5', 'x-compute-request-id': 'req-8c589cc3-90a9-4b73-8d51-c8bf9c2969d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:18,581 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.163s 2022-07-28 20:00:18,581 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92366178-ce96-4e4b-9c7d-d588ce637312', 'x-compute-request-id': 'req-92366178-ce96-4e4b-9c7d-d588ce637312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:19,778 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.176s 2022-07-28 20:00:19,778 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b71b350b-0be2-4a32-a97e-8c186ddb64fd', 'x-compute-request-id': 'req-b71b350b-0be2-4a32-a97e-8c186ddb64fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:21,000 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.209s 2022-07-28 20:00:21,001 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-885df8f7-f18d-4fff-9793-1b2c5e67af4a', 'x-compute-request-id': 'req-885df8f7-f18d-4fff-9793-1b2c5e67af4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:22,230 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.216s 2022-07-28 20:00:22,230 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f097aac3-0c30-4109-ae56-91894ac28d74', 'x-compute-request-id': 'req-f097aac3-0c30-4109-ae56-91894ac28d74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:23,529 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.286s 2022-07-28 20:00:23,530 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b975739f-9f78-4922-8267-a909bcb05f75', 'x-compute-request-id': 'req-b975739f-9f78-4922-8267-a909bcb05f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:24,704 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.162s 2022-07-28 20:00:24,705 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8298e3ba-0201-4cdf-a8ff-99d48ff72970', 'x-compute-request-id': 'req-8298e3ba-0201-4cdf-a8ff-99d48ff72970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:25,912 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.194s 2022-07-28 20:00:25,913 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77c2411b-053e-4e66-812f-15c88dd1c475', 'x-compute-request-id': 'req-77c2411b-053e-4e66-812f-15c88dd1c475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:27,094 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.169s 2022-07-28 20:00:27,094 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b583726a-468d-44db-89d1-098597a269c9', 'x-compute-request-id': 'req-b583726a-468d-44db-89d1-098597a269c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:28,259 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.152s 2022-07-28 20:00:28,259 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fa101f7-3ac9-4a98-bf6a-7b4d477a5be0', 'x-compute-request-id': 'req-1fa101f7-3ac9-4a98-bf6a-7b4d477a5be0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:29,429 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.157s 2022-07-28 20:00:29,430 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a31cdf4-501a-4cef-936d-44ce04301664', 'x-compute-request-id': 'req-9a31cdf4-501a-4cef-936d-44ce04301664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:30,600 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.158s 2022-07-28 20:00:30,600 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea0fdec8-b54e-403e-814d-74047c70a851', 'x-compute-request-id': 'req-ea0fdec8-b54e-403e-814d-74047c70a851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:31,884 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.272s 2022-07-28 20:00:31,885 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56a3235a-7877-47fe-b183-57affe5b06f2', 'x-compute-request-id': 'req-56a3235a-7877-47fe-b183-57affe5b06f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:33,336 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.437s 2022-07-28 20:00:33,337 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96299663-3bf0-4fdd-bd17-bd9f6f0c2ada', 'x-compute-request-id': 'req-96299663-3bf0-4fdd-bd17-bd9f6f0c2ada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:34,594 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.245s 2022-07-28 20:00:34,594 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da515883-5cce-4797-a007-588d389dbb7b', 'x-compute-request-id': 'req-da515883-5cce-4797-a007-588d389dbb7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:35,868 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.258s 2022-07-28 20:00:35,868 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63cf690a-765c-483c-a16d-eb288a7fc978', 'x-compute-request-id': 'req-63cf690a-765c-483c-a16d-eb288a7fc978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:37,044 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.160s 2022-07-28 20:00:37,044 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-605da2dd-a528-42cd-955f-836f7bb75eac', 'x-compute-request-id': 'req-605da2dd-a528-42cd-955f-836f7bb75eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:38,233 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.177s 2022-07-28 20:00:38,234 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fc77ac3-ed2d-4e80-bdc9-a2d336d1e432', 'x-compute-request-id': 'req-8fc77ac3-ed2d-4e80-bdc9-a2d336d1e432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:39,401 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.155s 2022-07-28 20:00:39,401 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecaf4a42-4379-48af-a8ac-b8adb9ce9cce', 'x-compute-request-id': 'req-ecaf4a42-4379-48af-a8ac-b8adb9ce9cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:40,566 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.151s 2022-07-28 20:00:40,566 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-797e221a-bf83-49df-bdcf-d1ed35dcc7ae', 'x-compute-request-id': 'req-797e221a-bf83-49df-bdcf-d1ed35dcc7ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:41,745 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.166s 2022-07-28 20:00:41,745 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45ed4920-d783-4c15-9f6a-9a29de6cdd02', 'x-compute-request-id': 'req-45ed4920-d783-4c15-9f6a-9a29de6cdd02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "BUILD", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-274658827", "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-28 20:00:43,017 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.197s 2022-07-28 20:00:43,017 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec8f41d1-bc16-424e-b696-ba15adfacb70', 'x-compute-request-id': 'req-ec8f41d1-bc16-424e-b696-ba15adfacb70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:43Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.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-28 20:00:43,030 118648 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 38 second wait 2022-07-28 20:00:43,253 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.222s 2022-07-28 20:00:43,254 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-161de973-2f58-4758-a7db-63e7cc9619d2', 'x-compute-request-id': 'req-161de973-2f58-4758-a7db-63e7cc9619d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:43Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.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-28 20:00:43,588 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers 0.322s 2022-07-28 20:00:43,588 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9ef6442-9f3e-4c21-af2c-2ec19334ebbb', 'x-compute-request-id': 'req-c9ef6442-9f3e-4c21-af2c-2ec19334ebbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"servers": [{"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}]}]}' 2022-07-28 20:00:43,839 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.247s 2022-07-28 20:00:43,839 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-450fa3da-f651-4945-97f4-d1b5c741f665', 'x-compute-request-id': 'req-450fa3da-f651-4945-97f4-d1b5c741f665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:43Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.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-28 20:00:44,295 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes 0.443s 2022-07-28 20:00:44,295 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1893291379", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12f638b6-6f2c-483f-bbc5-9fd536531dae', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12f638b6-6f2c-483f-bbc5-9fd536531dae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.190282", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-28 20:00:44,368 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.060s 2022-07-28 20:00:44,368 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55150b55-df34-4424-96de-9e1cc0e4af29', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55150b55-df34-4424-96de-9e1cc0e4af29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:45,540 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.159s 2022-07-28 20:00:45,541 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a216e90a-8223-4a68-9a37-72bcae35b00a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a216e90a-8223-4a68-9a37-72bcae35b00a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:45.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:45,563 118648 INFO [tempest.common.waiters] volume cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac reached available after waiting for 1.563856 seconds 2022-07-28 20:00:45,650 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.086s 2022-07-28 20:00:45,650 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-126674e1-29cd-4bcc-bf93-bfb0d28fe88c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-126674e1-29cd-4bcc-bf93-bfb0d28fe88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:45.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:45,761 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes 0.099s 2022-07-28 20:00:45,762 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c21955-7752-469f-ad08-f5784ffc9830', 'content-length': '405', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c21955-7752-469f-ad08-f5784ffc9830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes'} Body: b'{"volumes": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}]}' 2022-07-28 20:00:45,859 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.094s 2022-07-28 20:00:45,860 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d494751-ed02-4899-b977-1087801092a1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d494751-ed02-4899-b977-1087801092a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:45.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:46,416 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.545s 2022-07-28 20:00:46,416 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:45 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-2a4c364a-930e-4a81-acc5-7b2eb111a992', 'x-compute-request-id': 'req-2a4c364a-930e-4a81-acc5-7b2eb111a992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "device": "/dev/sdb"}}' 2022-07-28 20:00:46,488 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.068s 2022-07-28 20:00:46,488 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5433a6e6-77ec-430d-b0d4-cbbc12956747', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5433a6e6-77ec-430d-b0d4-cbbc12956747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:46.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:47,644 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.144s 2022-07-28 20:00:47,645 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df8edbb4-2aa9-40f3-b5e0-707f6ff34fee', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df8edbb4-2aa9-40f3-b5e0-707f6ff34fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:47.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:48,752 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.096s 2022-07-28 20:00:48,753 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea7e5a0c-377d-44cf-b962-91b556a00ba8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea7e5a0c-377d-44cf-b962-91b556a00ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:47.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:49,929 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.163s 2022-07-28 20:00:49,929 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ddda01a-eb5e-4788-94d3-0ad3fd9ae04d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ddda01a-eb5e-4788-94d3-0ad3fd9ae04d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:47.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:51,054 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.113s 2022-07-28 20:00:51,054 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c45d529e-2f1d-4ce1-9a98-d4c31dd059ba', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c45d529e-2f1d-4ce1-9a98-d4c31dd059ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:47.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:52,223 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.154s 2022-07-28 20:00:52,224 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02a1f992-7b1e-4cbd-b15e-658299e25266', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02a1f992-7b1e-4cbd-b15e-658299e25266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:47.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:53,399 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.164s 2022-07-28 20:00:53,400 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b41271-e25e-4429-a85e-c1c42ee3cced', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b41271-e25e-4429-a85e-c1c42ee3cced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:47.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:54,543 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.131s 2022-07-28 20:00:54,543 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0ecc2d6-922b-40ea-95ae-9628000467ee', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0ecc2d6-922b-40ea-95ae-9628000467ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:54.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:54,558 118648 INFO [tempest.common.waiters] volume cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac reached in-use after waiting for 8.558712 seconds 2022-07-28 20:00:54,706 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.147s 2022-07-28 20:00:54,706 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-656810f2-082c-458e-b675-e7ee38b754b5', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-656810f2-082c-458e-b675-e7ee38b754b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:54.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:54,843 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.122s 2022-07-28 20:00:54,843 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c946ae-42b1-47ef-8f60-9a155371ce68', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c946ae-42b1-47ef-8f60-9a155371ce68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:00:54.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:00:55,706 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.844s 2022-07-28 20:00:55,707 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5d551c2-ea11-4c57-b1be-15362ae9a068', 'x-compute-request-id': 'req-f5d551c2-ea11-4c57-b1be-15362ae9a068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:43Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.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": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:00:56,084 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67:9696/v2.0/ports?device_id=ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.364s 2022-07-28 20:00:56,084 118648 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-e6821cf2-ebdb-4969-ae88-5cbf3f33e2c4', 'date': 'Thu, 28 Jul 2022 20:00:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/ports?device_id=ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"ports":[{"id":"65dd95c0-2195-45fd-8275-f4c90145660b","name":"","network_id":"01c0945f-6926-4382-a626-0790356e5991","tenant_id":"1a73bb1237bb4bcfa86aa6dc5bf413c7","mac_address":"fa:16:3e:6c:18:7f","admin_state_up":true,"status":"ACTIVE","device_id":"ed7c90e0-e87c-42b9-b14d-6c06761c1eef","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1dd0d262-d84c-41f0-becd-d89db1c31aa8","ip_address":"172.20.0.4"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["871e258b-b852-4eca-aa66-cd5ab1569207"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-85144","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-28T20:00:07Z","updated_at":"2022-07-28T20:00:35Z","revision_number":5,"project_id":"1a73bb1237bb4bcfa86aa6dc5bf413c7"}]}' 2022-07-28 20:00:59,821 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67:9696/v2.0/floatingips 3.735s 2022-07-28 20:00:59,821 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "port_id": "65dd95c0-2195-45fd-8275-f4c90145660b", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "fixed_ip_address": "172.20.0.4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '795', 'x-openstack-request-id': 'req-546e9059-7c43-478b-9ee3-c37d0ecd8c29', 'date': 'Thu, 28 Jul 2022 20:00:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6ba485a3-f724-4680-a300-bf6797e3f4b8", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "floating_ip_address": "172.27.0.4", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": "8ad182c3-4604-4f63-8577-7437eddf1da6", "port_id": "65dd95c0-2195-45fd-8275-f4c90145660b", "fixed_ip_address": "172.20.0.4", "status": "DOWN", "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "description": "", "port_details": {"name": "", "network_id": "01c0945f-6926-4382-a626-0790356e5991", "mac_address": "fa:16:3e:6c:18:7f", "admin_state_up": true, "status": "ACTIVE", "device_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-28T20:00:57Z", "updated_at": "2022-07-28T20:00:57Z", "revision_number": 0}}' 2022-07-28 20:01:00,187 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.366s 2022-07-28 20:01:00,188 118648 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-1373572415", "description": "tempest-secgroup-smoke-1373572415 description", "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a83ea022-aa0c-4ed3-adab-04d725e101f4', 'date': 'Thu, 28 Jul 2022 20:01:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "4b20e4aa-ef46-47b7-a721-cf509995fced", "name": "tempest-secgroup-smoke-1373572415", "stateful": true, "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "description": "tempest-secgroup-smoke-1373572415 description", "shared": false, "security_group_rules": [{"id": "2afcf00c-4176-49e9-9d2a-25df1d4419af", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "security_group_id": "4b20e4aa-ef46-47b7-a721-cf509995fced", "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": 430, "description": null, "tags": [], "created_at": "2022-07-28T20:01:00Z", "updated_at": "2022-07-28T20:01:00Z", "revision_number": 0, "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}, {"id": "dc0e0e33-ea8e-4c41-a9fe-2badd0b7bc09", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "security_group_id": "4b20e4aa-ef46-47b7-a721-cf509995fced", "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": 429, "description": null, "tags": [], "created_at": "2022-07-28T20:00:59Z", "updated_at": "2022-07-28T20:00:59Z", "revision_number": 0, "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}], "tags": [], "created_at": "2022-07-28T20:00:59Z", "updated_at": "2022-07-28T20:01:00Z", "revision_number": 1, "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:01:00,462 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.273s 2022-07-28 20:01:00,462 118648 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": "4b20e4aa-ef46-47b7-a721-cf509995fced", "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "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-0a481c69-9c18-4f9c-9f4f-69732de1172d', 'date': 'Thu, 28 Jul 2022 20:01:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e9a28d2-2619-4343-b721-8bbab602b35a", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "security_group_id": "4b20e4aa-ef46-47b7-a721-cf509995fced", "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-28T20:01:00Z", "updated_at": "2022-07-28T20:01:00Z", "revision_number": 0, "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:01:00,815 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.352s 2022-07-28 20:01:00,815 118648 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": "4b20e4aa-ef46-47b7-a721-cf509995fced", "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "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-68765678-7a5e-4c91-b332-2fac06066d26', 'date': 'Thu, 28 Jul 2022 20:01:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6493be55-9996-475f-acad-ca49d0fd7dec", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "security_group_id": "4b20e4aa-ef46-47b7-a721-cf509995fced", "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-28T20:01:00Z", "updated_at": "2022-07-28T20:01:00Z", "revision_number": 0, "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:01:02,574 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 1.758s 2022-07-28 20:01:02,575 118648 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": "4b20e4aa-ef46-47b7-a721-cf509995fced", "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-94264e65-0fd8-4a24-9663-3c75d5806ca0', 'date': 'Thu, 28 Jul 2022 20:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0792c9ef-8bf6-4f1d-bce9-f440d6e5b7d6", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "security_group_id": "4b20e4aa-ef46-47b7-a721-cf509995fced", "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-28T20:01:02Z", "updated_at": "2022-07-28T20:01:02Z", "revision_number": 0, "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:01:02,961 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.385s 2022-07-28 20:01:02,961 118648 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": "4b20e4aa-ef46-47b7-a721-cf509995fced", "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-546aa0d0-03ab-490b-8a35-241e53009a1a', 'date': 'Thu, 28 Jul 2022 20:01:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cf5d0240-d0e7-4e5c-94e7-7a662087c6fc", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "security_group_id": "4b20e4aa-ef46-47b7-a721-cf509995fced", "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-28T20:01:02Z", "updated_at": "2022-07-28T20:01:02Z", "revision_number": 0, "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:01:03,332 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.370s 2022-07-28 20:01:03,333 118648 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": "4b20e4aa-ef46-47b7-a721-cf509995fced", "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fd6cdf6b-5957-427a-9684-3d4dad9a970d', 'date': 'Thu, 28 Jul 2022 20:01:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "458f18d8-4f39-4563-bc7c-6fd402f3bf1b", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "security_group_id": "4b20e4aa-ef46-47b7-a721-cf509995fced", "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-28T20:01:03Z", "updated_at": "2022-07-28T20:01:03Z", "revision_number": 0, "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:01:04,222 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.888s 2022-07-28 20:01:04,222 118648 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": "4b20e4aa-ef46-47b7-a721-cf509995fced", "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a1ea3fc3-b2ad-4e07-a799-c20e8e8d2b91', 'date': 'Thu, 28 Jul 2022 20:01:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e7c3230a-aac9-4ac2-baf8-0ced82012a94", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "security_group_id": "4b20e4aa-ef46-47b7-a721-cf509995fced", "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-28T20:01:03Z", "updated_at": "2022-07-28T20:01:03Z", "revision_number": 0, "project_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:01:06,487 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/action 2.264s 2022-07-28 20:01:06,487 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"addSecurityGroup": {"name": "tempest-secgroup-smoke-1373572415"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01: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-16214ee6-3deb-49f4-bb8a-fc133c6ed419', 'x-compute-request-id': 'req-16214ee6-3deb-49f4-bb8a-fc133c6ed419', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/action'} Body: b'' 2022-07-28 20:01:07,099 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.611s 2022-07-28 20:01:07,099 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1756', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8526c50b-e702-4e8b-a206-86c69eb3f7dc', 'x-compute-request-id': 'req-8526c50b-e702-4e8b-a206-86c69eb3f7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:00:43Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"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": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:07,117 118648 DEBUG [tempest.lib.common.utils.test_utils] Call wait_for_secgroup_add returns true in 0.628902 seconds 2022-07-28 20:01:07,117 118648 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.4:22' as 'ubuntu' with public key authentication 2022-07-28 20:01:10,173 118648 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.4 ([Errno None] Unable to connect to port 22 on 172.27.0.4). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:01:15,740 118648 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.4 ([Errno None] Unable to connect to port 22 on 172.27.0.4). Number attempts: 2. Retry after 3 seconds. 2022-07-28 20:01:22,271 118648 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.4 ([Errno None] Unable to connect to port 22 on 172.27.0.4). Number attempts: 3. Retry after 4 seconds. 2022-07-28 20:01:26,798 118648 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.4 ([Errno None] Unable to connect to port 22 on 172.27.0.4). Number attempts: 4. Retry after 5 seconds. 2022-07-28 20:01:32,401 118648 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:01:32,649 118648 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2022-07-28 20:01:32,652 118648 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.4 (Authentication failed.). Number attempts: 5. Retry after 6 seconds. 2022-07-28 20:01:39,209 118648 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:01:39,395 118648 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:01:39,396 118648 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.4 successfully created 2022-07-28 20:01:39,540 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/action 0.143s 2022-07-28 20:01:39,541 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"reboot": {"type": "SOFT"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:39 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-91c8e02e-7a09-4154-bdbc-a9eb7c618f2e', 'x-compute-request-id': 'req-91c8e02e-7a09-4154-bdbc-a9eb7c618f2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/action'} Body: b'' 2022-07-28 20:01:39,724 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.182s 2022-07-28 20:01:39,724 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea5d94db-98bd-4e1b-b2e8-4a219c319353', 'x-compute-request-id': 'req-ea5d94db-98bd-4e1b-b2e8-4a219c319353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:39Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "rebooting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:40,925 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.188s 2022-07-28 20:01:40,925 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83e681bb-224a-404b-b1cf-f76c6f9ea9a5', 'x-compute-request-id': 'req-83e681bb-224a-404b-b1cf-f76c6f9ea9a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:39Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "rebooting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:42,167 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.227s 2022-07-28 20:01:42,168 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0242cfc4-d772-4d06-a965-206a97590afa', 'x-compute-request-id': 'req-0242cfc4-d772-4d06-a965-206a97590afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:39Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "rebooting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:43,379 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.199s 2022-07-28 20:01:43,380 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2da2a24e-050d-485e-b78a-4ab12f055c31', 'x-compute-request-id': 'req-2da2a24e-050d-485e-b78a-4ab12f055c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:39Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "rebooting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:44,627 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.234s 2022-07-28 20:01:44,628 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4055f79d-9c97-4da8-a635-286936c29c7a', 'x-compute-request-id': 'req-4055f79d-9c97-4da8-a635-286936c29c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:39Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "rebooting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:45,812 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.170s 2022-07-28 20:01:45,813 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76ae34d6-774e-4c3d-8b31-fd299009e26d', 'x-compute-request-id': 'req-76ae34d6-774e-4c3d-8b31-fd299009e26d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:39Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "rebooting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:47,017 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.192s 2022-07-28 20:01:47,018 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7d5772f-4bcf-47cb-a5f3-4c3dda10dab3', 'x-compute-request-id': 'req-e7d5772f-4bcf-47cb-a5f3-4c3dda10dab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:47Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_pending", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:47,030 118648 INFO [tempest.common.waiters] State transition "REBOOT/rebooting" ==> "REBOOT/reboot_pending" after 8 second wait 2022-07-28 20:01:48,418 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.387s 2022-07-28 20:01:48,419 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1f6384e-526a-4702-b0c9-400e159f34b3', 'x-compute-request-id': 'req-f1f6384e-526a-4702-b0c9-400e159f34b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:48,430 118648 INFO [tempest.common.waiters] State transition "REBOOT/reboot_pending" ==> "REBOOT/reboot_started" after 9 second wait 2022-07-28 20:01:49,929 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.497s 2022-07-28 20:01:49,930 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-312f1b51-48f9-47ee-b129-f25eb8cd477d', 'x-compute-request-id': 'req-312f1b51-48f9-47ee-b129-f25eb8cd477d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:51,124 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.180s 2022-07-28 20:01:51,124 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb85c575-545c-4809-a144-bf299992e76c', 'x-compute-request-id': 'req-eb85c575-545c-4809-a144-bf299992e76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:52,329 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.191s 2022-07-28 20:01:52,330 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42de171b-60fe-4ce4-98a1-c06fc2e1a037', 'x-compute-request-id': 'req-42de171b-60fe-4ce4-98a1-c06fc2e1a037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:53,552 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.210s 2022-07-28 20:01:53,553 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-592476d2-9e9a-4986-a1f0-ffe8dfa007d9', 'x-compute-request-id': 'req-592476d2-9e9a-4986-a1f0-ffe8dfa007d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:54,815 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.248s 2022-07-28 20:01:54,815 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9fe76ff-d5c2-478b-b802-48daacb930b1', 'x-compute-request-id': 'req-d9fe76ff-d5c2-478b-b802-48daacb930b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:56,072 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.243s 2022-07-28 20:01:56,072 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b02d02d-4029-4f6f-9f7c-0cfdcc0db25f', 'x-compute-request-id': 'req-6b02d02d-4029-4f6f-9f7c-0cfdcc0db25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:57,319 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.233s 2022-07-28 20:01:57,320 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e066c27-dfe5-4ca3-ae4a-b46ebbd57eec', 'x-compute-request-id': 'req-8e066c27-dfe5-4ca3-ae4a-b46ebbd57eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:58,567 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.234s 2022-07-28 20:01:58,567 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d572f6de-be73-4083-adde-f2b07750ffc5', 'x-compute-request-id': 'req-d572f6de-be73-4083-adde-f2b07750ffc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:01:59,812 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.231s 2022-07-28 20:01:59,812 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e65cc0d-6c9c-4c99-ba54-0cbdd6c269b5', 'x-compute-request-id': 'req-0e65cc0d-6c9c-4c99-ba54-0cbdd6c269b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:02:01,041 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.215s 2022-07-28 20:02:01,041 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b8c50f0-26af-4f01-b49b-e953d819bcb0', 'x-compute-request-id': 'req-1b8c50f0-26af-4f01-b49b-e953d819bcb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:02:02,305 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.251s 2022-07-28 20:02:02,305 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf230336-69c5-49a3-a78f-b5e834aa1418', 'x-compute-request-id': 'req-cf230336-69c5-49a3-a78f-b5e834aa1418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:02:03,567 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.248s 2022-07-28 20:02:03,568 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e34f0683-d7fb-44f2-b5a8-401aa5389b0b', 'x-compute-request-id': 'req-e34f0683-d7fb-44f2-b5a8-401aa5389b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:02:04,745 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.163s 2022-07-28 20:02:04,745 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9df6b0c5-8ed9-4fbe-aeff-a4e6c5445cd5', 'x-compute-request-id': 'req-9df6b0c5-8ed9-4fbe-aeff-a4e6c5445cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:02:05,937 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.178s 2022-07-28 20:02:05,937 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1753', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2fa3d9f-78f1-46f7-8451-6fd37bb9abf4', 'x-compute-request-id': 'req-d2fa3d9f-78f1-46f7-8451-6fd37bb9abf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "REBOOT", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:01:48Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:02:07,119 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.168s 2022-07-28 20:02:07,119 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1756', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4cf7a4c-f83c-4df6-a480-2a20deaed6f9', 'x-compute-request-id': 'req-b4cf7a4c-f83c-4df6-a480-2a20deaed6f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:02:07Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}, {"version": 4, "addr": "172.27.0.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1373572415"}, {"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": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:02:07,131 118648 INFO [tempest.common.waiters] State transition "REBOOT/reboot_started" ==> "ACTIVE/None" after 28 second wait 2022-07-28 20:02:07,132 118648 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.4:22' as 'ubuntu' with public key authentication 2022-07-28 20:03:07,188 118648 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.4 (timed out). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:03:09,707 118648 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:03:09,919 118648 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:03:09,920 118648 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.4 successfully created 2022-07-28 20:03:09,920 118648 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-07-28 20:03:09,920 118648 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.4:22' as 'ubuntu' with public key authentication 2022-07-28 20:03:09,934 118648 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:03:10,059 118648 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:03:10,059 118648 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.4 successfully created 2022-07-28 20:03:11,063 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 POST http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/action 0.522s 2022-07-28 20:03:11,063 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"removeSecurityGroup": {"name": "tempest-secgroup-smoke-1373572415"}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:10 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-8bba2e27-29c5-4da5-a761-7ba1b3d538d5', 'x-compute-request-id': 'req-8bba2e27-29c5-4da5-a761-7ba1b3d538d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/action'} Body: b'' 2022-07-28 20:03:11,282 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/4b20e4aa-ef46-47b7-a721-cf509995fced 0.218s 2022-07-28 20:03:11,282 118648 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-6094803d-075e-4583-9a94-fad511e8e6f1', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:03:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/4b20e4aa-ef46-47b7-a721-cf509995fced'} Body: b'' 2022-07-28 20:03:12,182 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/6ba485a3-f724-4680-a300-bf6797e3f4b8 0.900s 2022-07-28 20:03:12,183 118648 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-993effff-88a6-4797-91f9-0ecb15bf01ce', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:03:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/6ba485a3-f724-4680-a300-bf6797e3f4b8'} Body: b'' 2022-07-28 20:03:12,359 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.176s 2022-07-28 20:03:12,360 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:12 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-0eea1d7f-b1ab-4ee0-94c5-d9372585e5f2', 'x-compute-request-id': 'req-0eea1d7f-b1ab-4ee0-94c5-d9372585e5f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'' 2022-07-28 20:03:12,409 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:12,409 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:12 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-9de6e725-058f-425b-8503-11450efc48f5', 'x-compute-request-id': 'req-9de6e725-058f-425b-8503-11450efc48f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:13,461 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:13,461 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:13 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-c3e01667-4507-4c10-b23d-532c8f15a66d', 'x-compute-request-id': 'req-c3e01667-4507-4c10-b23d-532c8f15a66d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:14,514 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:14,514 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:14 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-84b83e88-820d-4206-abde-210469c2b157', 'x-compute-request-id': 'req-84b83e88-820d-4206-abde-210469c2b157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:15,564 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:03:15,565 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:15 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-d369709e-0f83-4119-8768-24aa13b0168e', 'x-compute-request-id': 'req-d369709e-0f83-4119-8768-24aa13b0168e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:16,619 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:03:16,619 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:16 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-39ab2f5f-2274-4360-bf60-aa9c42bf3c92', 'x-compute-request-id': 'req-39ab2f5f-2274-4360-bf60-aa9c42bf3c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:17,672 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:17,672 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:17 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-ffd33942-1763-4c7c-b0f6-63a1f93c473e', 'x-compute-request-id': 'req-ffd33942-1763-4c7c-b0f6-63a1f93c473e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:18,728 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.052s 2022-07-28 20:03:18,728 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:18 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-6bfdce81-f445-41bc-9cd7-3cdae366a0a0', 'x-compute-request-id': 'req-6bfdce81-f445-41bc-9cd7-3cdae366a0a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:19,779 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:19,780 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:19 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-ac641efe-2fca-4d69-8b5e-461c5ad8c63f', 'x-compute-request-id': 'req-ac641efe-2fca-4d69-8b5e-461c5ad8c63f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:20,833 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:20,833 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:20 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-2b3eb551-9221-426c-8895-3574c345e35d', 'x-compute-request-id': 'req-2b3eb551-9221-426c-8895-3574c345e35d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:21,885 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:03:21,886 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:21 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-266be62c-75e4-4298-b7a5-a17b873c9566', 'x-compute-request-id': 'req-266be62c-75e4-4298-b7a5-a17b873c9566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:22,940 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.051s 2022-07-28 20:03:22,941 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:22 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-34819b5c-13f2-49a6-8037-0095e76e8c07', 'x-compute-request-id': 'req-34819b5c-13f2-49a6-8037-0095e76e8c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:23,992 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:23,993 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:23 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-4bd7b479-a462-4511-8135-da6abac216ce', 'x-compute-request-id': 'req-4bd7b479-a462-4511-8135-da6abac216ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:25,046 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:03:25,047 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:24 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-8b58558d-d944-4434-b638-691dac0523f0', 'x-compute-request-id': 'req-8b58558d-d944-4434-b638-691dac0523f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:26,098 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:26,099 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:26 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-e3b10bb1-68c3-424b-9f9d-131c1a9a35ea', 'x-compute-request-id': 'req-e3b10bb1-68c3-424b-9f9d-131c1a9a35ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:27,153 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:03:27,153 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:27 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-371b5ab2-4745-44ca-92a7-9a0bc35bade0', 'x-compute-request-id': 'req-371b5ab2-4745-44ca-92a7-9a0bc35bade0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:28,205 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:03:28,205 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:28 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-0b8d91b5-8fc2-4a98-b963-db8e4a44b4fd', 'x-compute-request-id': 'req-0b8d91b5-8fc2-4a98-b963-db8e4a44b4fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:29,257 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:29,258 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:29 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-f6badac8-88dd-4380-92de-e166a157ba02', 'x-compute-request-id': 'req-f6badac8-88dd-4380-92de-e166a157ba02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:30,307 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:03:30,308 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:30 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-c24e1f12-0976-4d0b-93ce-08047f89d826', 'x-compute-request-id': 'req-c24e1f12-0976-4d0b-93ce-08047f89d826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:31,359 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:31,360 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:31 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-9dc61ca1-6c75-4cff-b854-111f80145f87', 'x-compute-request-id': 'req-9dc61ca1-6c75-4cff-b854-111f80145f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:32,412 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:32,412 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:32 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-479972a6-9763-4bd4-a195-ff407b53c888', 'x-compute-request-id': 'req-479972a6-9763-4bd4-a195-ff407b53c888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:33,463 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:03:33,463 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:33 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-fd79ce9b-339d-43b9-b0d1-a7a91f0ce989', 'x-compute-request-id': 'req-fd79ce9b-339d-43b9-b0d1-a7a91f0ce989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:34,515 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:34,515 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:34 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-19212c60-04d6-4bc5-b93e-7f5c4ff1e299', 'x-compute-request-id': 'req-19212c60-04d6-4bc5-b93e-7f5c4ff1e299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:35,566 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:03:35,566 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:35 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-e93720ea-6eca-4342-ace3-e6eaa185ace5', 'x-compute-request-id': 'req-e93720ea-6eca-4342-ace3-e6eaa185ace5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:36,618 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:03:36,618 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:36 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-5634d28b-cb1d-489c-9e6c-7f5157e45201', 'x-compute-request-id': 'req-5634d28b-cb1d-489c-9e6c-7f5157e45201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:37,669 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:03:37,670 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:37 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-0eb86186-6af2-4870-af35-e3795d542468', 'x-compute-request-id': 'req-0eb86186-6af2-4870-af35-e3795d542468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:38,723 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:38,723 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:38 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-8a173af2-e6ad-42d7-9c4b-048bd06be577', 'x-compute-request-id': 'req-8a173af2-e6ad-42d7-9c4b-048bd06be577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:39,778 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.051s 2022-07-28 20:03:39,779 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:39 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-f9e3ef3e-c9d0-407c-97b9-bbf808f08b6e', 'x-compute-request-id': 'req-f9e3ef3e-c9d0-407c-97b9-bbf808f08b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:40,831 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:40,831 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:40 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-252bd88f-004d-473c-afb2-b6726d1f5192', 'x-compute-request-id': 'req-252bd88f-004d-473c-afb2-b6726d1f5192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:41,884 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:41,884 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:41 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-8e564f07-ea2e-452e-b720-c90b65db112b', 'x-compute-request-id': 'req-8e564f07-ea2e-452e-b720-c90b65db112b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:42,937 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:42,937 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:42 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-85c09b2e-367f-46c6-80da-783326c03740', 'x-compute-request-id': 'req-85c09b2e-367f-46c6-80da-783326c03740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:43,989 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:43,989 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:43 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-317bb3a1-dc60-4aeb-a23c-57fd0ec98d87', 'x-compute-request-id': 'req-317bb3a1-dc60-4aeb-a23c-57fd0ec98d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:45,043 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:45,043 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:44 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-f0e78ab3-1d5c-499c-8f4f-7535740d4f14', 'x-compute-request-id': 'req-f0e78ab3-1d5c-499c-8f4f-7535740d4f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:46,097 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:46,097 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:46 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-880fbb59-7529-43ba-88c5-44d5f992f468', 'x-compute-request-id': 'req-880fbb59-7529-43ba-88c5-44d5f992f468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:47,149 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:47,149 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:47 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-55fdcb09-11ee-4a32-9a79-f2b3bb051315', 'x-compute-request-id': 'req-55fdcb09-11ee-4a32-9a79-f2b3bb051315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:48,202 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:03:48,202 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:48 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-4c30f989-f8a1-48ab-b288-c667e9fe36ad', 'x-compute-request-id': 'req-4c30f989-f8a1-48ab-b288-c667e9fe36ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:49,255 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:49,255 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:49 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-b6bf43f1-4efd-4b9d-9b30-e3e2bb2bb866', 'x-compute-request-id': 'req-b6bf43f1-4efd-4b9d-9b30-e3e2bb2bb866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:50,307 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:03:50,308 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:50 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-395db1cc-4a13-4350-b7cf-28dba3c98913', 'x-compute-request-id': 'req-395db1cc-4a13-4350-b7cf-28dba3c98913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:51,365 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.054s 2022-07-28 20:03:51,365 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:51 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-cfeda646-a322-4ba2-9dfb-99e45e31ebbf', 'x-compute-request-id': 'req-cfeda646-a322-4ba2-9dfb-99e45e31ebbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:52,419 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.051s 2022-07-28 20:03:52,420 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:52 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-1249aa8e-8ff4-479a-8fa4-1ac73b6e7a3e', 'x-compute-request-id': 'req-1249aa8e-8ff4-479a-8fa4-1ac73b6e7a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:53,483 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.059s 2022-07-28 20:03:53,483 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:53 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-6825f43f-63a7-459a-b6b1-b0cdcb42b363', 'x-compute-request-id': 'req-6825f43f-63a7-459a-b6b1-b0cdcb42b363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:54,538 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.052s 2022-07-28 20:03:54,539 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:54 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-5eaa68ba-bfaf-4ea4-93fe-5d0a84e9dab3', 'x-compute-request-id': 'req-5eaa68ba-bfaf-4ea4-93fe-5d0a84e9dab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:55,595 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.052s 2022-07-28 20:03:55,595 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:55 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-cbb2d5a7-8a7c-409c-849a-7a2ed6fca281', 'x-compute-request-id': 'req-cbb2d5a7-8a7c-409c-849a-7a2ed6fca281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:56,665 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.065s 2022-07-28 20:03:56,665 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:56 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-938d7ad2-3516-46cf-8fa0-c07b4265b730', 'x-compute-request-id': 'req-938d7ad2-3516-46cf-8fa0-c07b4265b730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:57,720 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.051s 2022-07-28 20:03:57,721 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:57 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-49eca6b2-a2ee-4f55-9e01-5c3f7114e5e7', 'x-compute-request-id': 'req-49eca6b2-a2ee-4f55-9e01-5c3f7114e5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:58,776 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.051s 2022-07-28 20:03:58,776 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03:58 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-677b1c77-e95f-48d2-83b1-cc2b893782a5', 'x-compute-request-id': 'req-677b1c77-e95f-48d2-83b1-cc2b893782a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:03:59,841 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.061s 2022-07-28 20:03:59,841 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:03: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-461969e6-3af8-435d-b4c7-d4333ebb886f', 'x-compute-request-id': 'req-461969e6-3af8-435d-b4c7-d4333ebb886f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:00,919 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.075s 2022-07-28 20:04:00,920 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:00 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-e5745c30-b466-4223-aa54-da583648636a', 'x-compute-request-id': 'req-e5745c30-b466-4223-aa54-da583648636a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:01,999 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.075s 2022-07-28 20:04:02,000 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:01 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-1c902c51-76c2-4871-8418-c557c06084c2', 'x-compute-request-id': 'req-1c902c51-76c2-4871-8418-c557c06084c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:03,059 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.056s 2022-07-28 20:04:03,060 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:03 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-94c5293c-e26b-409a-9fe4-c1005f36d737', 'x-compute-request-id': 'req-94c5293c-e26b-409a-9fe4-c1005f36d737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:04,111 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:04,111 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:04 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-6210f23f-ec57-4713-98d0-16c97ee75757', 'x-compute-request-id': 'req-6210f23f-ec57-4713-98d0-16c97ee75757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:05,172 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.057s 2022-07-28 20:04:05,172 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:05 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-939eef2d-1822-438f-8868-e383f18a3681', 'x-compute-request-id': 'req-939eef2d-1822-438f-8868-e383f18a3681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:06,226 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:04:06,227 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:06 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-4e091847-1418-4441-882d-f74f9754591a', 'x-compute-request-id': 'req-4e091847-1418-4441-882d-f74f9754591a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:07,278 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:07,279 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:07 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-93ccf345-9cea-412c-9d00-214dcca53f30', 'x-compute-request-id': 'req-93ccf345-9cea-412c-9d00-214dcca53f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:08,329 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:08,330 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:08 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-05f39828-383b-4b3e-adf6-3327625c395c', 'x-compute-request-id': 'req-05f39828-383b-4b3e-adf6-3327625c395c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:09,382 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:09,383 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:09 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-efde89b3-ea91-4751-b975-69bfc9d16d23', 'x-compute-request-id': 'req-efde89b3-ea91-4751-b975-69bfc9d16d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:10,441 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.055s 2022-07-28 20:04:10,442 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:10 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-6246db61-a2af-4ebb-998b-51b628926334', 'x-compute-request-id': 'req-6246db61-a2af-4ebb-998b-51b628926334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:11,494 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:11,494 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:11 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-9c2b6a24-de4f-4e72-a409-24b1aad2e6db', 'x-compute-request-id': 'req-9c2b6a24-de4f-4e72-a409-24b1aad2e6db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:12,545 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:12,546 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:12 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-067e7ec7-7a26-405e-9176-d2263d422f4f', 'x-compute-request-id': 'req-067e7ec7-7a26-405e-9176-d2263d422f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:13,601 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.051s 2022-07-28 20:04:13,601 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:13 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-1c0898fc-9d36-42b8-b0f8-e061d5d32633', 'x-compute-request-id': 'req-1c0898fc-9d36-42b8-b0f8-e061d5d32633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:14,652 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:14,653 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:14 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-4ea494f0-b927-440e-b98c-17b999b9e92c', 'x-compute-request-id': 'req-4ea494f0-b927-440e-b98c-17b999b9e92c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:15,716 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.059s 2022-07-28 20:04:15,716 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:15 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-f8d6662a-0db1-4d2d-9792-09f337d48908', 'x-compute-request-id': 'req-f8d6662a-0db1-4d2d-9792-09f337d48908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:16,767 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:04:16,767 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:16 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-c0616685-62f1-4a09-bade-7e5ef718879d', 'x-compute-request-id': 'req-c0616685-62f1-4a09-bade-7e5ef718879d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:17,821 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:04:17,821 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:17 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-99658334-0d10-41f0-9842-cd5ade96be6a', 'x-compute-request-id': 'req-99658334-0d10-41f0-9842-cd5ade96be6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:18,875 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:04:18,876 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:18 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-8194abb1-595b-4598-9d98-c8bd54d03bac', 'x-compute-request-id': 'req-8194abb1-595b-4598-9d98-c8bd54d03bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:19,927 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:19,927 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:19 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-a1137845-cb02-4995-a2de-b2d651ec7888', 'x-compute-request-id': 'req-a1137845-cb02-4995-a2de-b2d651ec7888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:20,980 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:04:20,981 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:20 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-66b5e2f5-67e2-4b51-b283-dfd1f65f3287', 'x-compute-request-id': 'req-66b5e2f5-67e2-4b51-b283-dfd1f65f3287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:22,036 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.052s 2022-07-28 20:04:22,037 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:21 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-d5bdac74-2fba-4bdb-ba82-7dbd425a4c09', 'x-compute-request-id': 'req-d5bdac74-2fba-4bdb-ba82-7dbd425a4c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:23,087 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:23,088 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:23 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-b3e97f08-0105-4283-a04e-5e9b8af12f47', 'x-compute-request-id': 'req-b3e97f08-0105-4283-a04e-5e9b8af12f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:24,141 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:04:24,141 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:24 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-b183b80b-ba77-4c13-a099-2731d4491388', 'x-compute-request-id': 'req-b183b80b-ba77-4c13-a099-2731d4491388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:25,195 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:04:25,195 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:25 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-fbc89b6f-6457-4955-b4ba-71f53aeb44c9', 'x-compute-request-id': 'req-fbc89b6f-6457-4955-b4ba-71f53aeb44c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:26,246 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:26,246 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:26 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-35400bcf-ced1-42cc-8aba-fcb332c0399f', 'x-compute-request-id': 'req-35400bcf-ced1-42cc-8aba-fcb332c0399f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:27,297 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:27,298 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:27 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-d0e8fb88-5012-43b4-b04e-ea1d7e00df23', 'x-compute-request-id': 'req-d0e8fb88-5012-43b4-b04e-ea1d7e00df23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:28,350 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:28,351 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:28 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-26e63bee-a099-4eb1-a0c6-e43099f792cc', 'x-compute-request-id': 'req-26e63bee-a099-4eb1-a0c6-e43099f792cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:29,402 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:29,402 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:29 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-19295629-c656-464b-82fd-34f903e7f9d7', 'x-compute-request-id': 'req-19295629-c656-464b-82fd-34f903e7f9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:30,453 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:30,453 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:30 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-59a28e7b-4b06-45a8-b77e-efb5d124579b', 'x-compute-request-id': 'req-59a28e7b-4b06-45a8-b77e-efb5d124579b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:31,503 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:04:31,503 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:31 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-f3c94aa3-75cf-4ff3-83a0-3b3e397cade7', 'x-compute-request-id': 'req-f3c94aa3-75cf-4ff3-83a0-3b3e397cade7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:32,555 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:32,555 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:32 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-1009fe26-0f73-41c4-ac3c-8bb1240a6c15', 'x-compute-request-id': 'req-1009fe26-0f73-41c4-ac3c-8bb1240a6c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:33,609 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:04:33,609 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:33 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-09584295-23b3-4233-8827-1befcce80cc2', 'x-compute-request-id': 'req-09584295-23b3-4233-8827-1befcce80cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:34,661 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:34,661 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:34 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-f567c571-bc57-4532-ac7b-0f0c30400a06', 'x-compute-request-id': 'req-f567c571-bc57-4532-ac7b-0f0c30400a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:35,714 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:35,715 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:35 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-55346d8a-3a88-409e-a3d8-d6d527fe1a67', 'x-compute-request-id': 'req-55346d8a-3a88-409e-a3d8-d6d527fe1a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:36,769 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:04:36,769 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:36 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-1a050935-ed03-43ef-acac-2e33520fccd8', 'x-compute-request-id': 'req-1a050935-ed03-43ef-acac-2e33520fccd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:37,820 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:04:37,820 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:37 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-fe08283d-dda1-4ce2-a8f0-15eda1c1f567', 'x-compute-request-id': 'req-fe08283d-dda1-4ce2-a8f0-15eda1c1f567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:38,871 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:38,871 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:38 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-01ceb506-ef01-4db0-9737-08ccd971f326', 'x-compute-request-id': 'req-01ceb506-ef01-4db0-9737-08ccd971f326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:39,922 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:39,922 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:39 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-2cf51265-a006-48a1-8f43-210cd191fafb', 'x-compute-request-id': 'req-2cf51265-a006-48a1-8f43-210cd191fafb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:40,975 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:40,976 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:40 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-ef34dd75-36b2-4477-9a0c-528b9518cdd3', 'x-compute-request-id': 'req-ef34dd75-36b2-4477-9a0c-528b9518cdd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:42,028 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:04:42,029 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:41 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-f09c292d-c220-4d13-bf61-1a34549861f8', 'x-compute-request-id': 'req-f09c292d-c220-4d13-bf61-1a34549861f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:43,181 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.149s 2022-07-28 20:04:43,182 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:43 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-859e7b34-b47b-45d8-b5af-43d25f36627b', 'x-compute-request-id': 'req-859e7b34-b47b-45d8-b5af-43d25f36627b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:44,232 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:44,232 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:44 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-02f8b7af-3d94-453c-a76b-9efa13fceb29', 'x-compute-request-id': 'req-02f8b7af-3d94-453c-a76b-9efa13fceb29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:45,284 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:45,285 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:45 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-4abb04ea-abad-4436-84a4-02a49a78608c', 'x-compute-request-id': 'req-4abb04ea-abad-4436-84a4-02a49a78608c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:46,341 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.052s 2022-07-28 20:04:46,341 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:46 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-5baaa503-6a61-4761-ae3d-cb428d0033cd', 'x-compute-request-id': 'req-5baaa503-6a61-4761-ae3d-cb428d0033cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:47,394 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:04:47,394 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:47 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-4c28a26f-02fd-45d2-bd6f-35eacdc0cda6', 'x-compute-request-id': 'req-4c28a26f-02fd-45d2-bd6f-35eacdc0cda6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:48,446 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:48,446 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:48 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-1f1023e9-3b4d-4169-be7d-5d290c21b02b', 'x-compute-request-id': 'req-1f1023e9-3b4d-4169-be7d-5d290c21b02b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:49,499 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:04:49,500 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:49 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-a56d4cf7-de9b-4cdf-9e21-67ce2bf8c415', 'x-compute-request-id': 'req-a56d4cf7-de9b-4cdf-9e21-67ce2bf8c415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:50,551 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:50,552 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:50 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-a17842e5-ba42-4ea4-9c43-8812609b0773', 'x-compute-request-id': 'req-a17842e5-ba42-4ea4-9c43-8812609b0773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:51,603 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:51,603 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:51 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-667ab741-bafe-487e-afce-ffd98bcf0085', 'x-compute-request-id': 'req-667ab741-bafe-487e-afce-ffd98bcf0085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:52,655 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:52,656 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:52 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-0ab8bbe1-1c38-4434-ad49-364db074cb63', 'x-compute-request-id': 'req-0ab8bbe1-1c38-4434-ad49-364db074cb63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:53,708 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:04:53,709 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:53 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-4f2c04ed-97be-4bfb-8d9f-874bdf6247d1', 'x-compute-request-id': 'req-4f2c04ed-97be-4bfb-8d9f-874bdf6247d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:54,762 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:04:54,763 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:54 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-cc327a59-d8b6-4f58-a7ea-fbe070af117d', 'x-compute-request-id': 'req-cc327a59-d8b6-4f58-a7ea-fbe070af117d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:55,813 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:04:55,813 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:55 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-4fc34ad5-c672-4e62-a7e0-75683b8f0563', 'x-compute-request-id': 'req-4fc34ad5-c672-4e62-a7e0-75683b8f0563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:56,876 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.058s 2022-07-28 20:04:56,877 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:56 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-b9ae1c87-9924-4e34-9502-d46e793c9c18', 'x-compute-request-id': 'req-b9ae1c87-9924-4e34-9502-d46e793c9c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:57,931 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:04:57,931 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:57 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-cbf6723d-c93a-4a0b-af8f-d2be2aea8ca0', 'x-compute-request-id': 'req-cbf6723d-c93a-4a0b-af8f-d2be2aea8ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:04:58,986 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.051s 2022-07-28 20:04:58,986 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:58 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-b2495d47-3078-4a7a-8dc1-e9b9ef33e9c2', 'x-compute-request-id': 'req-b2495d47-3078-4a7a-8dc1-e9b9ef33e9c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:00,041 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.051s 2022-07-28 20:05:00,042 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-984d2936-3b20-470b-be12-4ab98be8ca8d', 'x-compute-request-id': 'req-984d2936-3b20-470b-be12-4ab98be8ca8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:01,092 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:01,093 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:01 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-0b059c25-baa0-463b-ab84-575a1779b0a6', 'x-compute-request-id': 'req-0b059c25-baa0-463b-ab84-575a1779b0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:02,143 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:05:02,144 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:02 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-e4865c30-5b70-482f-a59f-ae4bac22f6a1', 'x-compute-request-id': 'req-e4865c30-5b70-482f-a59f-ae4bac22f6a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:03,196 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:05:03,197 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:03 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-d526b492-57a3-4e4b-8705-10b260131f0c', 'x-compute-request-id': 'req-d526b492-57a3-4e4b-8705-10b260131f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:04,253 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.053s 2022-07-28 20:05:04,254 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:04 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-05559a67-63e0-4536-9268-a18a3ef155e7', 'x-compute-request-id': 'req-05559a67-63e0-4536-9268-a18a3ef155e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:05,305 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:05,305 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:05 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-7451f147-2e67-497a-8fbd-6b186bb012eb', 'x-compute-request-id': 'req-7451f147-2e67-497a-8fbd-6b186bb012eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:06,354 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:05:06,355 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:06 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-26951d1c-defd-451a-9852-51cf99eca497', 'x-compute-request-id': 'req-26951d1c-defd-451a-9852-51cf99eca497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:07,405 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:05:07,405 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:07 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-1b0a6b52-4f1a-4c37-ad21-1967905f2e1c', 'x-compute-request-id': 'req-1b0a6b52-4f1a-4c37-ad21-1967905f2e1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:08,460 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:05:08,461 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:08 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-cec5f6d1-eeef-4902-88a3-3b858b07b86f', 'x-compute-request-id': 'req-cec5f6d1-eeef-4902-88a3-3b858b07b86f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:09,513 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:05:09,513 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:09 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-ca50f2af-cdbe-4497-adfd-e4d37002ee3a', 'x-compute-request-id': 'req-ca50f2af-cdbe-4497-adfd-e4d37002ee3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:10,566 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:10,566 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:10 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-40d96043-081c-4b13-be4b-eb1c1030b2c6', 'x-compute-request-id': 'req-40d96043-081c-4b13-be4b-eb1c1030b2c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:11,617 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:11,618 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:11 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-a0c0daf3-0412-4e3c-8780-b1558ccd9f77', 'x-compute-request-id': 'req-a0c0daf3-0412-4e3c-8780-b1558ccd9f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:12,669 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:12,670 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:12 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-aba95847-345a-4b6b-8da2-41e09f52ea38', 'x-compute-request-id': 'req-aba95847-345a-4b6b-8da2-41e09f52ea38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:13,720 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:05:13,721 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:13 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-7b0b41a1-3997-4678-91b3-982c93c4dad4', 'x-compute-request-id': 'req-7b0b41a1-3997-4678-91b3-982c93c4dad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:14,771 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:14,772 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:14 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-76b8dd35-3a71-4389-8850-95f5b8741635', 'x-compute-request-id': 'req-76b8dd35-3a71-4389-8850-95f5b8741635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:15,824 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:05:15,825 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:15 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-d00858b4-93ca-4a9b-97dd-3d8596e86c2c', 'x-compute-request-id': 'req-d00858b4-93ca-4a9b-97dd-3d8596e86c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:16,875 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:05:16,875 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:16 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-6e612f82-5162-4a8f-8ec8-3b2b46d223d2', 'x-compute-request-id': 'req-6e612f82-5162-4a8f-8ec8-3b2b46d223d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:17,929 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:05:17,932 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:17 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-0e30d9a8-2b5a-4800-8c6e-a465dc4b6b14', 'x-compute-request-id': 'req-0e30d9a8-2b5a-4800-8c6e-a465dc4b6b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:18,984 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:18,984 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:18 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-8066d91b-5098-4dac-8200-2fad3e84dc3b', 'x-compute-request-id': 'req-8066d91b-5098-4dac-8200-2fad3e84dc3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:20,037 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:20,037 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:19 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-eb8af152-6da4-4d6e-b6cd-057f95d95267', 'x-compute-request-id': 'req-eb8af152-6da4-4d6e-b6cd-057f95d95267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:21,089 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:21,089 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:21 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-7ea24261-3bc7-4e83-832e-8f894ed6b121', 'x-compute-request-id': 'req-7ea24261-3bc7-4e83-832e-8f894ed6b121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:22,140 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:22,140 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:22 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-e1421045-72d3-4b66-8735-91a7bd9920f8', 'x-compute-request-id': 'req-e1421045-72d3-4b66-8735-91a7bd9920f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:23,192 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:23,192 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:23 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-d1e4df7c-5d62-4ade-8b61-3d44ee9ee90e', 'x-compute-request-id': 'req-d1e4df7c-5d62-4ade-8b61-3d44ee9ee90e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:24,244 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:24,244 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:24 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-2621bab3-5957-4631-b967-2d42194331ba', 'x-compute-request-id': 'req-2621bab3-5957-4631-b967-2d42194331ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:25,294 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:05:25,295 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:25 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-e2135edf-b70a-4cab-996d-3de3cadf141e', 'x-compute-request-id': 'req-e2135edf-b70a-4cab-996d-3de3cadf141e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:26,348 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:26,348 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:26 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-ff8f21d8-3470-477e-9c53-c1379428b90e', 'x-compute-request-id': 'req-ff8f21d8-3470-477e-9c53-c1379428b90e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:27,401 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:27,401 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:27 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-d5d8d790-1925-40df-8eb6-e112788c87c1', 'x-compute-request-id': 'req-d5d8d790-1925-40df-8eb6-e112788c87c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:28,453 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:28,454 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:28 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-38624dd8-6054-4c29-a908-6e3d69c7e9a6', 'x-compute-request-id': 'req-38624dd8-6054-4c29-a908-6e3d69c7e9a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:29,506 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:29,506 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:29 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-918065b0-800f-4961-8d16-c0042fd95956', 'x-compute-request-id': 'req-918065b0-800f-4961-8d16-c0042fd95956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:30,559 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:05:30,559 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:30 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-8216d925-c28d-4e22-8417-0d637a9fcbe9', 'x-compute-request-id': 'req-8216d925-c28d-4e22-8417-0d637a9fcbe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:31,611 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:31,611 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:31 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-361cd9ae-a94b-49a6-a824-f68d77dd7733', 'x-compute-request-id': 'req-361cd9ae-a94b-49a6-a824-f68d77dd7733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:32,662 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:32,663 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:32 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-52662cf2-c15b-4e8e-b572-d2225cf20ab5', 'x-compute-request-id': 'req-52662cf2-c15b-4e8e-b572-d2225cf20ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:33,715 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:33,715 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:33 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-db9a9835-88c3-4ea5-acda-060d80558e4d', 'x-compute-request-id': 'req-db9a9835-88c3-4ea5-acda-060d80558e4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:34,766 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:34,766 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:34 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-9ce09b5b-3b09-4105-9c34-ccfb8c8f1599', 'x-compute-request-id': 'req-9ce09b5b-3b09-4105-9c34-ccfb8c8f1599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:35,818 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:35,818 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:35 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-ea0ae2a2-6618-4d99-99cf-c10bfab4646e', 'x-compute-request-id': 'req-ea0ae2a2-6618-4d99-99cf-c10bfab4646e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:36,869 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:36,869 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:36 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-88a3edfb-3d9b-4038-92a6-c36d14ba95d3', 'x-compute-request-id': 'req-88a3edfb-3d9b-4038-92a6-c36d14ba95d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:37,920 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:37,920 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:37 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-85c8faf4-f633-43e5-89a8-dca304aa09fb', 'x-compute-request-id': 'req-85c8faf4-f633-43e5-89a8-dca304aa09fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:38,978 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.053s 2022-07-28 20:05:38,978 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:38 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-553ad193-5ead-4fb5-a927-1d85fb04826b', 'x-compute-request-id': 'req-553ad193-5ead-4fb5-a927-1d85fb04826b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:40,029 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:40,029 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:39 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-9b5f10c9-6f42-4c54-8307-69f40786eb49', 'x-compute-request-id': 'req-9b5f10c9-6f42-4c54-8307-69f40786eb49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:41,080 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:05:41,081 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:41 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-dd771c46-c0a9-495b-8d32-8628453212e7', 'x-compute-request-id': 'req-dd771c46-c0a9-495b-8d32-8628453212e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:42,130 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:05:42,131 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:42 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-9f4ffe92-6b9d-40b7-bfb9-e413df51ffa1', 'x-compute-request-id': 'req-9f4ffe92-6b9d-40b7-bfb9-e413df51ffa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:43,183 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:05:43,184 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:43 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-cdc2f3bd-9c4d-457f-b696-578de92e19be', 'x-compute-request-id': 'req-cdc2f3bd-9c4d-457f-b696-578de92e19be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:44,236 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:44,237 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:44 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-0a517fa5-b219-4d29-b156-fce3d703c2db', 'x-compute-request-id': 'req-0a517fa5-b219-4d29-b156-fce3d703c2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:45,287 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:45,288 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:45 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-7669d043-25aa-4a51-8152-6977f2574c2e', 'x-compute-request-id': 'req-7669d043-25aa-4a51-8152-6977f2574c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:46,341 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:05:46,341 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:46 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-46f45e1c-0ec8-452e-a52a-b9da6bf4014b', 'x-compute-request-id': 'req-46f45e1c-0ec8-452e-a52a-b9da6bf4014b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:47,391 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:47,392 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:47 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-cc4cbc0d-e474-45a6-83c4-3ae24235ef32', 'x-compute-request-id': 'req-cc4cbc0d-e474-45a6-83c4-3ae24235ef32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:48,442 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:05:48,443 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:48 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-71c19c3e-d829-4c19-b8ab-db4879438644', 'x-compute-request-id': 'req-71c19c3e-d829-4c19-b8ab-db4879438644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:49,497 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.051s 2022-07-28 20:05:49,498 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:49 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-72db6c21-2292-4585-b79d-6b10e6a59fd8', 'x-compute-request-id': 'req-72db6c21-2292-4585-b79d-6b10e6a59fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:50,557 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.055s 2022-07-28 20:05:50,557 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:50 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-1f3f89c5-d789-4bd3-ac6a-df0261991864', 'x-compute-request-id': 'req-1f3f89c5-d789-4bd3-ac6a-df0261991864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:51,610 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:05:51,611 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:51 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-768f65dc-179b-41e9-82ee-9595ea3abcfd', 'x-compute-request-id': 'req-768f65dc-179b-41e9-82ee-9595ea3abcfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:52,664 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.050s 2022-07-28 20:05:52,664 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:52 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-cdc63642-71d2-4398-bdc9-ea79fd94bb6c', 'x-compute-request-id': 'req-cdc63642-71d2-4398-bdc9-ea79fd94bb6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:53,720 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.052s 2022-07-28 20:05:53,720 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:53 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-e98a79e9-83dc-429c-a9e2-4b59ec24515f', 'x-compute-request-id': 'req-e98a79e9-83dc-429c-a9e2-4b59ec24515f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:54,776 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.052s 2022-07-28 20:05:54,777 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:54 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-57c77478-4129-4647-9105-f9268f56dca1', 'x-compute-request-id': 'req-57c77478-4129-4647-9105-f9268f56dca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:55,830 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:55,830 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:55 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-9cf6c290-c92f-4071-8ec5-941458752f70', 'x-compute-request-id': 'req-9cf6c290-c92f-4071-8ec5-941458752f70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:56,882 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:56,882 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:56 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-e6fd2d09-ee66-4c80-9044-f76e0eee7e5f', 'x-compute-request-id': 'req-e6fd2d09-ee66-4c80-9044-f76e0eee7e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:57,935 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.049s 2022-07-28 20:05:57,935 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:57 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-c08728bb-ca06-48f4-ac64-38673eda48a4', 'x-compute-request-id': 'req-c08728bb-ca06-48f4-ac64-38673eda48a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:05:58,987 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:05:58,988 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05:58 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-33a738a6-405a-48b9-90a9-2b0066c9dcf2', 'x-compute-request-id': 'req-33a738a6-405a-48b9-90a9-2b0066c9dcf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:00,040 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:06:00,040 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-eddf4640-f2b2-4a35-a9dc-bbc2c3a004fe', 'x-compute-request-id': 'req-eddf4640-f2b2-4a35-a9dc-bbc2c3a004fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:01,099 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.055s 2022-07-28 20:06:01,100 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:01 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-c63f686d-7a98-4fef-93a9-bf1d0d8cd63b', 'x-compute-request-id': 'req-c63f686d-7a98-4fef-93a9-bf1d0d8cd63b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:02,151 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:06:02,151 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:02 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-3f41f0ea-d5a3-4f9d-8464-8025338ccd9e', 'x-compute-request-id': 'req-3f41f0ea-d5a3-4f9d-8464-8025338ccd9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:03,203 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.048s 2022-07-28 20:06:03,203 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:03 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-23347e94-898b-4740-b7d6-90dddf98cec8', 'x-compute-request-id': 'req-23347e94-898b-4740-b7d6-90dddf98cec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:04,254 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:06:04,254 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:04 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-b7452671-98be-4ad7-aba7-a9d76d738576', 'x-compute-request-id': 'req-b7452671-98be-4ad7-aba7-a9d76d738576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:05,305 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.047s 2022-07-28 20:06:05,305 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:05 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-77f633d8-e258-40ad-9305-bbfbcd09c820', 'x-compute-request-id': 'req-77f633d8-e258-40ad-9305-bbfbcd09c820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:06,354 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:06:06,355 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:06 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-28b63789-a1c3-44b9-8da1-a99c74a5f16d', 'x-compute-request-id': 'req-28b63789-a1c3-44b9-8da1-a99c74a5f16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:07,512 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.154s 2022-07-28 20:06:07,513 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:07 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-051ad03e-940b-4fff-8307-ad6d98ff7322', 'x-compute-request-id': 'req-051ad03e-940b-4fff-8307-ad6d98ff7322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:08,933 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.416s 2022-07-28 20:06:08,934 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:08 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-d872bb57-22e8-4043-899f-e72ae2b8de6a', 'x-compute-request-id': 'req-d872bb57-22e8-4043-899f-e72ae2b8de6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:09,983 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.046s 2022-07-28 20:06:09,983 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:09 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-f6066d62-58ed-42d3-9eb7-3c7d30d5fa18', 'x-compute-request-id': 'req-f6066d62-58ed-42d3-9eb7-3c7d30d5fa18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:11,125 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.138s 2022-07-28 20:06:11,126 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:10 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-65ee75d3-b423-4917-aae5-ea92ef7a0817', 'x-compute-request-id': 'req-65ee75d3-b423-4917-aae5-ea92ef7a0817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:12,495 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.365s 2022-07-28 20:06:12,495 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:12 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-5db4933a-5d17-4ba2-833e-d2a46ef96b61', 'x-compute-request-id': 'req-5db4933a-5d17-4ba2-833e-d2a46ef96b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:13,673 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.174s 2022-07-28 20:06:13,673 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:13 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-1b31546b-2cde-4109-a03c-eabc6e602f1d', 'x-compute-request-id': 'req-1b31546b-2cde-4109-a03c-eabc6e602f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:14,845 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.169s 2022-07-28 20:06:14,846 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:14 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-f9c84f6e-525d-41f4-a32b-2c34f280793f', 'x-compute-request-id': 'req-f9c84f6e-525d-41f4-a32b-2c34f280793f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:16,012 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.163s 2022-07-28 20:06:16,012 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:15 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-c48092b5-bd68-4049-800c-dd3138287719', 'x-compute-request-id': 'req-c48092b5-bd68-4049-800c-dd3138287719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:17,184 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.169s 2022-07-28 20:06:17,185 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:17 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-e334bd6e-c439-47cf-a897-e89ba71bff14', 'x-compute-request-id': 'req-e334bd6e-c439-47cf-a897-e89ba71bff14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:18,355 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.166s 2022-07-28 20:06:18,355 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:18 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-6ee1b4a8-98ef-4a39-bce6-f11d41397a0a', 'x-compute-request-id': 'req-6ee1b4a8-98ef-4a39-bce6-f11d41397a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:19,527 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.167s 2022-07-28 20:06:19,527 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:19 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-17b78514-afc1-4139-a067-f87885bc19aa', 'x-compute-request-id': 'req-17b78514-afc1-4139-a067-f87885bc19aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:20,701 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.170s 2022-07-28 20:06:20,701 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:20 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-a524367f-cf8d-406f-85d4-c5314ef58cc9', 'x-compute-request-id': 'req-a524367f-cf8d-406f-85d4-c5314ef58cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:21,879 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.173s 2022-07-28 20:06:21,880 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:21 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-d626782e-eea2-468d-8f0a-f74651802f1f', 'x-compute-request-id': 'req-d626782e-eea2-468d-8f0a-f74651802f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:23,054 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.170s 2022-07-28 20:06:23,054 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:22 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-dba2580d-a5f2-4db1-acdb-69f01865f759', 'x-compute-request-id': 'req-dba2580d-a5f2-4db1-acdb-69f01865f759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:24,220 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.163s 2022-07-28 20:06:24,221 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:24 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-7548cdab-2329-4b99-88c3-8eb754cddd72', 'x-compute-request-id': 'req-7548cdab-2329-4b99-88c3-8eb754cddd72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:25,398 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.174s 2022-07-28 20:06:25,399 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:25 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-3ddb9d25-37e9-41fa-ab02-eedae3ceac3e', 'x-compute-request-id': 'req-3ddb9d25-37e9-41fa-ab02-eedae3ceac3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:26,555 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.153s 2022-07-28 20:06:26,556 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:26 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-a095b9fd-f240-493c-813e-70e6e069d52f', 'x-compute-request-id': 'req-a095b9fd-f240-493c-813e-70e6e069d52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:27,732 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.173s 2022-07-28 20:06:27,732 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:27 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-d7823283-22a8-44d7-a85d-bbccaaa9d139', 'x-compute-request-id': 'req-d7823283-22a8-44d7-a85d-bbccaaa9d139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:28,909 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.172s 2022-07-28 20:06:28,909 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:28 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-f641382a-3065-464c-98fc-7f457e9ae3aa', 'x-compute-request-id': 'req-f641382a-3065-464c-98fc-7f457e9ae3aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:30,078 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.165s 2022-07-28 20:06:30,079 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:29 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-1464253b-da52-454b-810f-e3aa03688474', 'x-compute-request-id': 'req-1464253b-da52-454b-810f-e3aa03688474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:31,272 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.190s 2022-07-28 20:06:31,272 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:31 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-2eb2acc9-4cc8-4988-9c6d-b9d194591583', 'x-compute-request-id': 'req-2eb2acc9-4cc8-4988-9c6d-b9d194591583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:32,440 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.164s 2022-07-28 20:06:32,440 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:32 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-2d6cf3ad-ebcc-4c03-b615-ede6f96928e5', 'x-compute-request-id': 'req-2d6cf3ad-ebcc-4c03-b615-ede6f96928e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:33,620 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.176s 2022-07-28 20:06:33,620 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:33 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-e5a9addc-a5cb-45e0-9719-ab2d8f8b527f', 'x-compute-request-id': 'req-e5a9addc-a5cb-45e0-9719-ab2d8f8b527f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:34,791 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.166s 2022-07-28 20:06:34,791 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:34 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-29c2a546-01a5-458f-b86e-d989e77279ab', 'x-compute-request-id': 'req-29c2a546-01a5-458f-b86e-d989e77279ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:35,965 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.169s 2022-07-28 20:06:35,965 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:35 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-f1de95f0-70cd-4496-a509-08019c00e4ae', 'x-compute-request-id': 'req-f1de95f0-70cd-4496-a509-08019c00e4ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:37,137 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.167s 2022-07-28 20:06:37,137 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:36 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-1de1b5fc-fa49-4ebf-ae9d-3f14e0c3e713', 'x-compute-request-id': 'req-1de1b5fc-fa49-4ebf-ae9d-3f14e0c3e713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:38,310 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.170s 2022-07-28 20:06:38,311 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:38 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-aedd4787-9d17-4eed-9db4-efee9f97267d', 'x-compute-request-id': 'req-aedd4787-9d17-4eed-9db4-efee9f97267d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:39,482 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.168s 2022-07-28 20:06:39,482 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:39 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-7ac840a5-0491-4705-981b-bee5d727c879', 'x-compute-request-id': 'req-7ac840a5-0491-4705-981b-bee5d727c879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:40,649 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.162s 2022-07-28 20:06:40,649 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:40 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-be153f3d-7dcd-4c66-bca8-7ee5a6e377ce', 'x-compute-request-id': 'req-be153f3d-7dcd-4c66-bca8-7ee5a6e377ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:41,822 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.168s 2022-07-28 20:06:41,822 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:41 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-250815cb-c1e5-4d56-ac3b-50318df252e8', 'x-compute-request-id': 'req-250815cb-c1e5-4d56-ac3b-50318df252e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:42,991 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.165s 2022-07-28 20:06:42,991 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:42 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-767171ee-1aff-4c6f-9098-20a4520983cb', 'x-compute-request-id': 'req-767171ee-1aff-4c6f-9098-20a4520983cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:44,158 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.163s 2022-07-28 20:06:44,158 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:43 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-e01b9e9a-b0d1-470b-b833-7a90f0e26858', 'x-compute-request-id': 'req-e01b9e9a-b0d1-470b-b833-7a90f0e26858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:45,333 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.171s 2022-07-28 20:06:45,333 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:45 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-82b9c89b-41ef-48b6-9807-0090705ce731', 'x-compute-request-id': 'req-82b9c89b-41ef-48b6-9807-0090705ce731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:46,505 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.168s 2022-07-28 20:06:46,505 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:46 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-32629532-1f73-451e-ac0a-02fef973bb05', 'x-compute-request-id': 'req-32629532-1f73-451e-ac0a-02fef973bb05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:47,701 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.192s 2022-07-28 20:06:47,702 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:47 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-a986a1bc-623e-499b-8bd3-bc2207d3cafe', 'x-compute-request-id': 'req-a986a1bc-623e-499b-8bd3-bc2207d3cafe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:48,852 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.146s 2022-07-28 20:06:48,852 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:48 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-8f256221-0e99-4060-99a4-2f41a20cc1e2', 'x-compute-request-id': 'req-8f256221-0e99-4060-99a4-2f41a20cc1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:50,033 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.176s 2022-07-28 20:06:50,033 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:49 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-60b09b56-418a-4366-bcc3-34153d9cd392', 'x-compute-request-id': 'req-60b09b56-418a-4366-bcc3-34153d9cd392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:51,211 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.174s 2022-07-28 20:06:51,211 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:51 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-584dde04-69bb-4c92-aa01-a963e75db3c9', 'x-compute-request-id': 'req-584dde04-69bb-4c92-aa01-a963e75db3c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:52,377 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.162s 2022-07-28 20:06:52,378 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:52 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-aebbc727-814f-49f3-b9d0-71cc5b0d1b47', 'x-compute-request-id': 'req-aebbc727-814f-49f3-b9d0-71cc5b0d1b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:53,561 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.180s 2022-07-28 20:06:53,561 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:53 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-596a1b20-dd56-40a8-9a75-3cc1e8e75eaa', 'x-compute-request-id': 'req-596a1b20-dd56-40a8-9a75-3cc1e8e75eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:54,727 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.162s 2022-07-28 20:06:54,727 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:54 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-04f52b50-63ea-4e70-a24f-65414b9b4a5c', 'x-compute-request-id': 'req-04f52b50-63ea-4e70-a24f-65414b9b4a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:55,897 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.166s 2022-07-28 20:06:55,898 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:55 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-c15df570-3ec3-4021-be3a-fcee72cade68', 'x-compute-request-id': 'req-c15df570-3ec3-4021-be3a-fcee72cade68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:57,068 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.166s 2022-07-28 20:06:57,068 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:56 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-bad6294c-3b60-49d9-9280-f958070282ed', 'x-compute-request-id': 'req-bad6294c-3b60-49d9-9280-f958070282ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:58,245 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.172s 2022-07-28 20:06:58,245 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06:58 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-4f5e4f07-1952-4ae8-aa71-b899aef8f6ad', 'x-compute-request-id': 'req-4f5e4f07-1952-4ae8-aa71-b899aef8f6ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:06:59,418 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.170s 2022-07-28 20:06:59,419 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-48c73b6b-62a8-451b-8dae-9f1e82cf17cf', 'x-compute-request-id': 'req-48c73b6b-62a8-451b-8dae-9f1e82cf17cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:07:00,594 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.171s 2022-07-28 20:07:00,594 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:07:00 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-f1e21134-c5b6-493c-ad31-367e7acab582', 'x-compute-request-id': 'req-f1e21134-c5b6-493c-ad31-367e7acab582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:01,467 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 59.869s 2022-07-28 20:08:01,467 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:07:01 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-f64709a0-ef21-4c6b-bf8d-803283e9d3c7', 'x-compute-request-id': 'req-f64709a0-ef21-4c6b-bf8d-803283e9d3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:46,148 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 43.678s 2022-07-28 20:08:46,149 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:02 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-feb9e241-5465-424b-99b2-742cff8671e3', 'x-compute-request-id': 'req-feb9e241-5465-424b-99b2-742cff8671e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:47,309 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.157s 2022-07-28 20:08:47,310 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:47 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-dd2e2ecd-bbb6-4e28-9c1e-fa4353fc8fbf', 'x-compute-request-id': 'req-dd2e2ecd-bbb6-4e28-9c1e-fa4353fc8fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:48,486 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.172s 2022-07-28 20:08:48,486 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:48 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-99ceefc0-508a-40cd-92cc-e3fcd8344043', 'x-compute-request-id': 'req-99ceefc0-508a-40cd-92cc-e3fcd8344043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:49,680 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.190s 2022-07-28 20:08:49,680 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:49 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-c7c360c1-239d-443f-961a-295fd04d050a', 'x-compute-request-id': 'req-c7c360c1-239d-443f-961a-295fd04d050a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:50,844 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.160s 2022-07-28 20:08:50,844 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:50 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-82ee0c55-51c1-4ef7-9241-49a3e4d55be8', 'x-compute-request-id': 'req-82ee0c55-51c1-4ef7-9241-49a3e4d55be8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:52,015 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.167s 2022-07-28 20:08:52,015 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:51 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-cc8db9a8-1194-4014-833b-b6637f327013', 'x-compute-request-id': 'req-cc8db9a8-1194-4014-833b-b6637f327013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:53,184 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.165s 2022-07-28 20:08:53,184 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:53 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-33566742-0c61-40ce-8e65-454ba148b5f6', 'x-compute-request-id': 'req-33566742-0c61-40ce-8e65-454ba148b5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:54,365 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.177s 2022-07-28 20:08:54,365 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:54 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-f10f88f7-3a04-48d5-a78c-7f1df3a9bca7', 'x-compute-request-id': 'req-f10f88f7-3a04-48d5-a78c-7f1df3a9bca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:55,537 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.168s 2022-07-28 20:08:55,537 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:55 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-9a9278eb-92a9-4fac-8e2e-7624c689fa3f', 'x-compute-request-id': 'req-9a9278eb-92a9-4fac-8e2e-7624c689fa3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:56,710 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.170s 2022-07-28 20:08:56,711 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:56 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-3130ac95-c9b4-460e-9d6b-5faa0c347d51', 'x-compute-request-id': 'req-3130ac95-c9b4-460e-9d6b-5faa0c347d51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:57,875 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.161s 2022-07-28 20:08:57,875 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:57 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-b2ad6687-2132-4402-876c-34a0b81a07a3', 'x-compute-request-id': 'req-b2ad6687-2132-4402-876c-34a0b81a07a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:08:59,056 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.176s 2022-07-28 20:08:59,056 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08:58 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-cebf5ea2-d444-4ead-8166-3947b7963dc5', 'x-compute-request-id': 'req-cebf5ea2-d444-4ead-8166-3947b7963dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:09:00,218 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 0.158s 2022-07-28 20:09:00,218 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:09:00 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-66895591-d054-4b74-a581-9b220dd29d2f', 'x-compute-request-id': 'req-66895591-d054-4b74-a581-9b220dd29d2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:10:01,281 118648 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 2022-07-28 20:10:46,225 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments 105.002s 2022-07-28 20:10:46,225 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:10:01 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-8be16d37-8b54-4204-b032-22f68f2ad0ab', 'x-compute-request-id': 'req-8be16d37-8b54-4204-b032-22f68f2ad0ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "volumeId": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "serverId": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "device": "/dev/sdb"}]}' 2022-07-28 20:12:47,353 118648 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 2022-07-28 20:13:47,409 118648 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 2022-07-28 20:14:47,006 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 400 DELETE http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 179.711s 2022-07-28 20:14:47,006 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:13:47 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': '269', 'x-openstack-request-id': 'req-473b65a4-cca7-4040-944d-968187d79896', 'x-compute-request-id': 'req-473b65a4-cca7-4040-944d-968187d79896', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef/os-volume_attachments/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be \'in-use\' and attach_status must be \'attached\' to detach. (HTTP 400) (Request-ID: req-a45b800e-f885-4939-bd96-b258962120db)"}}' 2022-07-28 20:14:47,057 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 400 DELETE http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.050s 2022-07-28 20:14:47,057 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:47 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-c5ddef9d-c0ef-4b16-bfa3-1c4d72b87515', 'x-openstack-request-id': 'req-c5ddef9d-c0ef-4b16-bfa3-1c4d72b87515', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} 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-28 20:14:47,195 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.136s 2022-07-28 20:14:47,196 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbec66d1-49e0-4284-8a09-da13d52dc41a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbec66d1-49e0-4284-8a09-da13d52dc41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:14:48,251 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.044s 2022-07-28 20:14:48,252 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33fc88cc-ee38-478a-9a57-d757bf945aeb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33fc88cc-ee38-478a-9a57-d757bf945aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:14:49,353 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.088s 2022-07-28 20:14:49,353 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-829279fd-1068-4f34-8f7d-1107a45e1467', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-829279fd-1068-4f34-8f7d-1107a45e1467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:14:50,416 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 0.051s 2022-07-28 20:14:50,416 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63791925-02ea-4aa5-ba87-0b6cbdd6ee91', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63791925-02ea-4aa5-ba87-0b6cbdd6ee91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:15:51,487 118648 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 2022-07-28 20:16:03,222 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 71.794s 2022-07-28 20:16:03,222 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98bd5f6-e724-4d5a-b048-01903e2c971c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98bd5f6-e724-4d5a-b048-01903e2c971c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:16:51,283 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 47.048s 2022-07-28 20:16:51,283 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43a2644-aa05-48f3-be85-843b5c91d51e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43a2644-aa05-48f3-be85-843b5c91d51e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:17:52,357 118648 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 2022-07-28 20:18:03,819 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 71.523s 2022-07-28 20:18:03,819 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03846e40-42ba-41bf-bad0-c9c97be1f0ed', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03846e40-42ba-41bf-bad0-c9c97be1f0ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:18:51,488 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 46.657s 2022-07-28 20:18:51,489 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6266ed5-108b-4bc9-bfb3-ea181e3d0da6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6266ed5-108b-4bc9-bfb3-ea181e3d0da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:19:52,556 118648 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.67', port=80): Read timed out. (read timeout=60)")': /volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 2022-07-28 20:20:04,177 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 71.674s 2022-07-28 20:20:04,178 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fa1303e-72a5-4458-998c-b20ef943da36', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fa1303e-72a5-4458-998c-b20ef943da36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:20:51,627 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac 46.437s 2022-07-28 20:20:51,628 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc77fdfa-2273-423c-89ec-47ceff1a5be2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc77fdfa-2273-423c-89ec-47ceff1a5be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac'} Body: b'{"volume": {"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:00:44.000000", "updated_at": "2022-07-28T20:03:12.000000", "name": "tempest-TestMinimumBasicScenario-volume-1893291379", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/1a73bb1237bb4bcfa86aa6dc5bf413c7/volumes/cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}], "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "attachment_id": "71854be2-56f2-4658-95ac-e7e45ddd5716", "volume_id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac", "server_id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-28T20:00:47.000000"}], "os-vol-tenant-attr:tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7"}}' 2022-07-28 20:20:51,798 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.158s 2022-07-28 20:20:51,798 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:51 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-b4f0fd4d-30ff-4a4a-9b3f-dde1222563a1', 'x-compute-request-id': 'req-b4f0fd4d-30ff-4a4a-9b3f-dde1222563a1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'' 2022-07-28 20:20:51,988 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.190s 2022-07-28 20:20:51,989 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1598', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2306968d-dc5c-4e9c-a711-5babe1bdf626', 'x-compute-request-id': 'req-2306968d-dc5c-4e9c-a711-5babe1bdf626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.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": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:20:53,222 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.220s 2022-07-28 20:20:53,222 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1598', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a8d832b-f46a-4ed8-bd2a-1f47df9d9a10', 'x-compute-request-id': 'req-3a8d832b-f46a-4ed8-bd2a-1f47df9d9a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {"tempest-TestMinimumBasicScenario-357835098-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:18:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.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": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:20:54,338 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.103s 2022-07-28 20:20:54,338 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16dbd635-a0c3-4764-9cc3-da783c718fd2', 'x-compute-request-id': 'req-16dbd635-a0c3-4764-9cc3-da783c718fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:20:55,442 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:20:55,442 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc63cebd-d0b9-40d5-82c4-fe1d680d6cb9', 'x-compute-request-id': 'req-bc63cebd-d0b9-40d5-82c4-fe1d680d6cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:20:56,612 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.157s 2022-07-28 20:20:56,612 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59aa82a0-9723-4ae1-930a-672c6ced0d29', 'x-compute-request-id': 'req-59aa82a0-9723-4ae1-930a-672c6ced0d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:20:57,718 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:20:57,719 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08d00e70-9b9c-4061-8bd5-2bc05d60b640', 'x-compute-request-id': 'req-08d00e70-9b9c-4061-8bd5-2bc05d60b640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:20:58,831 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.099s 2022-07-28 20:20:58,832 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b3467e6-ec96-40c0-9784-e70c7f32446c', 'x-compute-request-id': 'req-9b3467e6-ec96-40c0-9784-e70c7f32446c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:20:59,941 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.097s 2022-07-28 20:20:59,942 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bec1099-1a50-44aa-bc50-5bbaad6d8e83', 'x-compute-request-id': 'req-1bec1099-1a50-44aa-bc50-5bbaad6d8e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:01,039 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:21:01,040 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b369ce7-4a3c-4884-946f-bb67d733405b', 'x-compute-request-id': 'req-6b369ce7-4a3c-4884-946f-bb67d733405b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:02,149 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:21:02,149 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83f49189-cad5-4c91-80a4-b7988a3fee68', 'x-compute-request-id': 'req-83f49189-cad5-4c91-80a4-b7988a3fee68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:03,499 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.336s 2022-07-28 20:21:03,499 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27b328fe-3e49-40a7-9cf1-7575d6ebe229', 'x-compute-request-id': 'req-27b328fe-3e49-40a7-9cf1-7575d6ebe229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:04,598 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:21:04,598 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-661ec6bd-1d36-4084-bf51-be203c895f01', 'x-compute-request-id': 'req-661ec6bd-1d36-4084-bf51-be203c895f01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:05,700 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:21:05,700 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-957e9883-ce9f-4732-994d-8945128eb58b', 'x-compute-request-id': 'req-957e9883-ce9f-4732-994d-8945128eb58b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:06,808 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.095s 2022-07-28 20:21:06,808 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef2a29fb-a326-4c92-8e64-8ace840b6183', 'x-compute-request-id': 'req-ef2a29fb-a326-4c92-8e64-8ace840b6183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:07,911 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:21:07,911 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69742ae3-f376-4167-85be-fdac5d85fb23', 'x-compute-request-id': 'req-69742ae3-f376-4167-85be-fdac5d85fb23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:09,012 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:09,012 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8593d33f-63de-41ab-84b4-32b69045d1cd', 'x-compute-request-id': 'req-8593d33f-63de-41ab-84b4-32b69045d1cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:10,130 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.105s 2022-07-28 20:21:10,130 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9cba37a-c304-4bb8-be09-24f1ed397519', 'x-compute-request-id': 'req-b9cba37a-c304-4bb8-be09-24f1ed397519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:11,255 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.111s 2022-07-28 20:21:11,255 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ba1a514-837c-4525-a393-fd048fc6d2ee', 'x-compute-request-id': 'req-0ba1a514-837c-4525-a393-fd048fc6d2ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:12,355 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:21:12,356 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-249d76be-c727-4b0b-99a8-b6fefafb4453', 'x-compute-request-id': 'req-249d76be-c727-4b0b-99a8-b6fefafb4453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:13,461 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.092s 2022-07-28 20:21:13,461 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8be379f0-f962-409e-a1fc-1344ffb9dfb1', 'x-compute-request-id': 'req-8be379f0-f962-409e-a1fc-1344ffb9dfb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:14,564 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:21:14,565 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0303c394-9f1a-475a-91a0-c65ba0f0701e', 'x-compute-request-id': 'req-0303c394-9f1a-475a-91a0-c65ba0f0701e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:15,673 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.095s 2022-07-28 20:21:15,673 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31827672-f82c-49d8-8055-d4cbcd187601', 'x-compute-request-id': 'req-31827672-f82c-49d8-8055-d4cbcd187601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:16,773 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:16,774 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10d63803-e6ba-48cc-aa36-8fe17edc2eff', 'x-compute-request-id': 'req-10d63803-e6ba-48cc-aa36-8fe17edc2eff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:17,876 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:17,876 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71c20ad7-40f2-42bd-a793-b95b1e37be86', 'x-compute-request-id': 'req-71c20ad7-40f2-42bd-a793-b95b1e37be86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:18,977 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:21:18,978 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d206c0f-21c4-4839-b2ed-676f986e0dc8', 'x-compute-request-id': 'req-1d206c0f-21c4-4839-b2ed-676f986e0dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:20,079 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:20,080 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf9d0a67-57c4-462c-9fb7-c88fd30ee19c', 'x-compute-request-id': 'req-cf9d0a67-57c4-462c-9fb7-c88fd30ee19c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:21,182 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:21:21,182 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-186869be-dac4-4e52-ac3c-44fe1204305d', 'x-compute-request-id': 'req-186869be-dac4-4e52-ac3c-44fe1204305d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:22,295 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.099s 2022-07-28 20:21:22,295 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-717faa71-84a3-4f55-b4c7-4e52fd96eed1', 'x-compute-request-id': 'req-717faa71-84a3-4f55-b4c7-4e52fd96eed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:23,415 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.107s 2022-07-28 20:21:23,415 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60405292-194e-4679-9d6c-9c597ff44052', 'x-compute-request-id': 'req-60405292-194e-4679-9d6c-9c597ff44052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:24,516 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:24,516 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76b3cb95-78f6-4c2f-91a1-f09d351ff55f', 'x-compute-request-id': 'req-76b3cb95-78f6-4c2f-91a1-f09d351ff55f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:25,615 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:21:25,616 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f59b88f3-1bee-4120-8a59-49e73ea1ab31', 'x-compute-request-id': 'req-f59b88f3-1bee-4120-8a59-49e73ea1ab31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:26,719 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:21:26,720 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8755d9a-a8b6-469d-830d-cb0344d773d1', 'x-compute-request-id': 'req-c8755d9a-a8b6-469d-830d-cb0344d773d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:27,820 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:27,821 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7e5aacb-6eac-4639-80ec-938c25123d66', 'x-compute-request-id': 'req-d7e5aacb-6eac-4639-80ec-938c25123d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:28,930 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.096s 2022-07-28 20:21:28,930 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5b56e86-1ed4-4c94-bca6-5639bd5921be', 'x-compute-request-id': 'req-f5b56e86-1ed4-4c94-bca6-5639bd5921be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:30,046 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.101s 2022-07-28 20:21:30,046 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14bfe761-52e0-4565-bdd1-ee8650ad4554', 'x-compute-request-id': 'req-14bfe761-52e0-4565-bdd1-ee8650ad4554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:31,153 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.094s 2022-07-28 20:21:31,153 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddd5525b-1f21-4a2c-989e-52e718fe29ef', 'x-compute-request-id': 'req-ddd5525b-1f21-4a2c-989e-52e718fe29ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:32,254 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:21:32,254 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-900e8eea-8ed6-4d1e-8b63-87170f92e4d9', 'x-compute-request-id': 'req-900e8eea-8ed6-4d1e-8b63-87170f92e4d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:33,355 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:21:33,356 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf15a08f-a03f-4cca-8f41-a20e9ffc6c59', 'x-compute-request-id': 'req-bf15a08f-a03f-4cca-8f41-a20e9ffc6c59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:34,458 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:21:34,458 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6cb6f3f-579f-4129-9478-4cc733732851', 'x-compute-request-id': 'req-b6cb6f3f-579f-4129-9478-4cc733732851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:35,559 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:35,559 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0df821-9474-4979-8cfb-095e83c04d74', 'x-compute-request-id': 'req-df0df821-9474-4979-8cfb-095e83c04d74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:36,660 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:21:36,660 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9f6775e-a4da-4589-8f41-86a367ddfb61', 'x-compute-request-id': 'req-c9f6775e-a4da-4589-8f41-86a367ddfb61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:37,760 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:37,761 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20431305-d2c9-456b-ad5d-c3c0e55d1960', 'x-compute-request-id': 'req-20431305-d2c9-456b-ad5d-c3c0e55d1960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:38,863 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:21:38,864 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b4bc95a-32ac-494f-b799-a9385099440d', 'x-compute-request-id': 'req-7b4bc95a-32ac-494f-b799-a9385099440d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:39,965 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:21:39,965 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5870dd68-b49b-45d2-8a23-c2f81617d086', 'x-compute-request-id': 'req-5870dd68-b49b-45d2-8a23-c2f81617d086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:41,076 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.098s 2022-07-28 20:21:41,077 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-077bba85-92bb-45b2-9a2e-4ee33768a477', 'x-compute-request-id': 'req-077bba85-92bb-45b2-9a2e-4ee33768a477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:42,184 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:21:42,184 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28773f2d-a8f9-460c-b075-48da00e83f78', 'x-compute-request-id': 'req-28773f2d-a8f9-460c-b075-48da00e83f78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:43,303 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.106s 2022-07-28 20:21:43,303 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91dc4cb0-a4a3-429d-bc92-74870795b0d9', 'x-compute-request-id': 'req-91dc4cb0-a4a3-429d-bc92-74870795b0d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:44,402 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:21:44,403 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3582ab1-3597-4f86-98ad-a22ba012c975', 'x-compute-request-id': 'req-e3582ab1-3597-4f86-98ad-a22ba012c975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:45,505 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:45,505 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d250fc45-f7ec-4026-ada0-af75b053159d', 'x-compute-request-id': 'req-d250fc45-f7ec-4026-ada0-af75b053159d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:46,616 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.100s 2022-07-28 20:21:46,617 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77cbb759-410e-4685-865f-634a3bf55ce6', 'x-compute-request-id': 'req-77cbb759-410e-4685-865f-634a3bf55ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:47,718 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:47,718 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-877ca0ad-1fee-4d02-8f56-fe14e7819d4c', 'x-compute-request-id': 'req-877ca0ad-1fee-4d02-8f56-fe14e7819d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:48,819 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:48,820 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2726ac28-7cc5-4ae6-a71b-a83414b93d10', 'x-compute-request-id': 'req-2726ac28-7cc5-4ae6-a71b-a83414b93d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:49,917 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:21:49,918 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cb25ed5-807c-4fac-acc0-acf412e26279', 'x-compute-request-id': 'req-9cb25ed5-807c-4fac-acc0-acf412e26279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:51,015 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.084s 2022-07-28 20:21:51,016 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86becbaa-2a94-4480-8a63-b659259b1f73', 'x-compute-request-id': 'req-86becbaa-2a94-4480-8a63-b659259b1f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:52,115 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:21:52,116 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adfacbb2-01cd-4440-bece-e31ae9157c73', 'x-compute-request-id': 'req-adfacbb2-01cd-4440-bece-e31ae9157c73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:53,218 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:21:53,219 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b616912b-c9e2-4a40-a334-902908265c2f', 'x-compute-request-id': 'req-b616912b-c9e2-4a40-a334-902908265c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:54,323 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:21:54,323 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e81b4e-edb2-4480-885d-3ce210d1c71a', 'x-compute-request-id': 'req-75e81b4e-edb2-4480-885d-3ce210d1c71a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:55,426 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:21:55,426 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca05863f-eec4-4119-8127-146add36b5c4', 'x-compute-request-id': 'req-ca05863f-eec4-4119-8127-146add36b5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:56,528 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:56,528 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b845b45-cf71-4c9f-a1ba-554292fdc8d0', 'x-compute-request-id': 'req-5b845b45-cf71-4c9f-a1ba-554292fdc8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:57,635 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.094s 2022-07-28 20:21:57,635 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10008a61-ec66-4890-942d-e5d295030a3e', 'x-compute-request-id': 'req-10008a61-ec66-4890-942d-e5d295030a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:58,737 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:21:58,737 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe762ca8-f05c-4e77-80f3-bfac273d6375', 'x-compute-request-id': 'req-fe762ca8-f05c-4e77-80f3-bfac273d6375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:21:59,840 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:21:59,840 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:21:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6136ed4-8a7a-4999-ad41-d1d2f8d7d5a3', 'x-compute-request-id': 'req-e6136ed4-8a7a-4999-ad41-d1d2f8d7d5a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:00,946 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.094s 2022-07-28 20:22:00,947 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3da3df3b-319c-4b00-9e60-3e9f29befdc1', 'x-compute-request-id': 'req-3da3df3b-319c-4b00-9e60-3e9f29befdc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:02,062 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.102s 2022-07-28 20:22:02,062 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e354683-f488-46d7-867a-3a8ef50e3805', 'x-compute-request-id': 'req-3e354683-f488-46d7-867a-3a8ef50e3805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:03,163 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:22:03,164 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e5f7aa0-15b9-48f4-9fa8-b820a1b64219', 'x-compute-request-id': 'req-9e5f7aa0-15b9-48f4-9fa8-b820a1b64219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:04,263 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.084s 2022-07-28 20:22:04,263 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eef71939-c065-4e9c-a853-e08c697e123e', 'x-compute-request-id': 'req-eef71939-c065-4e9c-a853-e08c697e123e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:05,372 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.096s 2022-07-28 20:22:05,372 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7d5c74-f311-4854-9bbb-f13f1fdb23df', 'x-compute-request-id': 'req-7f7d5c74-f311-4854-9bbb-f13f1fdb23df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:06,492 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.107s 2022-07-28 20:22:06,492 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6467bc0-60bc-41b3-aa27-16d803a8cc47', 'x-compute-request-id': 'req-e6467bc0-60bc-41b3-aa27-16d803a8cc47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:07,592 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:22:07,592 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a0ab5f9-e90b-4e22-85fa-782b883f4ef9', 'x-compute-request-id': 'req-8a0ab5f9-e90b-4e22-85fa-782b883f4ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:08,692 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:22:08,692 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d70a3b23-67ca-4f79-8ab0-6293ac2c017f', 'x-compute-request-id': 'req-d70a3b23-67ca-4f79-8ab0-6293ac2c017f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:09,789 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.084s 2022-07-28 20:22:09,790 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc456905-fdb2-4b50-a462-f7228863cf21', 'x-compute-request-id': 'req-dc456905-fdb2-4b50-a462-f7228863cf21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:10,887 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:22:10,887 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-130315b9-fdb3-4f49-8130-f8e15aa2e109', 'x-compute-request-id': 'req-130315b9-fdb3-4f49-8130-f8e15aa2e109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:11,987 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:22:11,988 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa5e715f-dd00-4d98-819b-d71525004a89', 'x-compute-request-id': 'req-aa5e715f-dd00-4d98-819b-d71525004a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:13,103 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.103s 2022-07-28 20:22:13,103 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf46e8e5-de21-4e75-8f84-ce5c14cdb11f', 'x-compute-request-id': 'req-cf46e8e5-de21-4e75-8f84-ce5c14cdb11f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:14,208 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:22:14,208 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-621c978f-8a0b-4964-9397-517ad8188564', 'x-compute-request-id': 'req-621c978f-8a0b-4964-9397-517ad8188564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:15,311 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:22:15,312 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59ae773b-fea3-40d4-9586-3bf930160208', 'x-compute-request-id': 'req-59ae773b-fea3-40d4-9586-3bf930160208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:16,414 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:22:16,414 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9b19591-5400-49db-b82e-0fbd1bdb526f', 'x-compute-request-id': 'req-e9b19591-5400-49db-b82e-0fbd1bdb526f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:17,522 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.095s 2022-07-28 20:22:17,522 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3d2343f-ba57-4dd1-84c4-c0eb3aa045e5', 'x-compute-request-id': 'req-b3d2343f-ba57-4dd1-84c4-c0eb3aa045e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:18,623 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:22:18,623 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c631ec82-5340-486d-981e-44f559879f91', 'x-compute-request-id': 'req-c631ec82-5340-486d-981e-44f559879f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:19,727 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:22:19,727 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1338c038-75f1-461e-9930-90e0bb3773ed', 'x-compute-request-id': 'req-1338c038-75f1-461e-9930-90e0bb3773ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:20,833 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:22:20,834 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9eee5085-d83b-47da-bc3c-63682660ba22', 'x-compute-request-id': 'req-9eee5085-d83b-47da-bc3c-63682660ba22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:21,937 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:22:21,937 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76e4d7e5-b4fa-4a2b-9c5a-a41948f39041', 'x-compute-request-id': 'req-76e4d7e5-b4fa-4a2b-9c5a-a41948f39041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:23,037 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:22:23,037 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1692f0be-662b-4f65-bfe2-29eab0b09e74', 'x-compute-request-id': 'req-1692f0be-662b-4f65-bfe2-29eab0b09e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:24,139 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:22:24,139 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8681a8bb-259e-4c43-ba7b-1fca2049bc61', 'x-compute-request-id': 'req-8681a8bb-259e-4c43-ba7b-1fca2049bc61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:25,244 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.092s 2022-07-28 20:22:25,245 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb1355b3-a36c-4eeb-8500-f9e5bd62e3ab', 'x-compute-request-id': 'req-cb1355b3-a36c-4eeb-8500-f9e5bd62e3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:26,347 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:22:26,347 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb7d0c81-0279-4970-b4ae-4694983085a1', 'x-compute-request-id': 'req-bb7d0c81-0279-4970-b4ae-4694983085a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:27,445 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:22:27,446 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30649c03-d385-4791-ab2c-b97b8903017c', 'x-compute-request-id': 'req-30649c03-d385-4791-ab2c-b97b8903017c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:28,544 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:22:28,544 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-083e07bd-da2d-4c35-8e46-1f7d063c2d61', 'x-compute-request-id': 'req-083e07bd-da2d-4c35-8e46-1f7d063c2d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:29,645 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:22:29,645 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-313e6a14-064a-45fc-89dc-a3cca22f8bca', 'x-compute-request-id': 'req-313e6a14-064a-45fc-89dc-a3cca22f8bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:30,747 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:22:30,748 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e365c7b-dc6a-4de7-9ee2-05f339996b83', 'x-compute-request-id': 'req-4e365c7b-dc6a-4de7-9ee2-05f339996b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:31,851 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:22:31,851 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b28f7c84-6633-47ce-855f-4256f7b9a9d9', 'x-compute-request-id': 'req-b28f7c84-6633-47ce-855f-4256f7b9a9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:32,955 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:22:32,956 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9ba8eb8-54fb-4876-a38b-2ad9f288ee36', 'x-compute-request-id': 'req-d9ba8eb8-54fb-4876-a38b-2ad9f288ee36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:34,057 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:22:34,058 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dec792b0-c3b8-4358-8922-cccb7230a9a6', 'x-compute-request-id': 'req-dec792b0-c3b8-4358-8922-cccb7230a9a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:35,164 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:22:35,164 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e7cbc46-0450-43e4-81ee-918ea2d549f7', 'x-compute-request-id': 'req-8e7cbc46-0450-43e4-81ee-918ea2d549f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:36,275 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.098s 2022-07-28 20:22:36,275 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0083755c-d445-4d3f-b1bf-7914aacf4c2e', 'x-compute-request-id': 'req-0083755c-d445-4d3f-b1bf-7914aacf4c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:37,378 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:22:37,378 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c03cdbf9-bd73-4c51-8d47-3dc2ec96b414', 'x-compute-request-id': 'req-c03cdbf9-bd73-4c51-8d47-3dc2ec96b414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:38,478 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:22:38,478 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf9fa452-14ec-4fad-b806-85d742299738', 'x-compute-request-id': 'req-bf9fa452-14ec-4fad-b806-85d742299738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:39,576 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:22:39,576 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a95c933e-b163-4770-88f6-a2c66aa84317', 'x-compute-request-id': 'req-a95c933e-b163-4770-88f6-a2c66aa84317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:40,677 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:22:40,677 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-821cbe9e-4e47-43e1-b55b-2e55df3030b8', 'x-compute-request-id': 'req-821cbe9e-4e47-43e1-b55b-2e55df3030b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:41,789 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.100s 2022-07-28 20:22:41,790 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aa0180e-590c-426b-b35b-7f30b58d7128', 'x-compute-request-id': 'req-0aa0180e-590c-426b-b35b-7f30b58d7128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:42,897 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:22:42,898 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35ddb404-485b-4e4e-983e-fce69d6a7e52', 'x-compute-request-id': 'req-35ddb404-485b-4e4e-983e-fce69d6a7e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:43,996 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:22:43,997 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f867f9b-8ff8-4cb4-9b9c-0f0c590fab2c', 'x-compute-request-id': 'req-9f867f9b-8ff8-4cb4-9b9c-0f0c590fab2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:45,098 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:22:45,099 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a2947e4-c23f-4d60-b200-f6d34710504a', 'x-compute-request-id': 'req-2a2947e4-c23f-4d60-b200-f6d34710504a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:46,200 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:22:46,201 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5051d30a-9b67-43fa-bc69-82b9bc0cd573', 'x-compute-request-id': 'req-5051d30a-9b67-43fa-bc69-82b9bc0cd573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:47,303 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:22:47,303 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3eb8ca5-309a-4d6a-a95a-74e3f047b060', 'x-compute-request-id': 'req-d3eb8ca5-309a-4d6a-a95a-74e3f047b060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:48,412 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.095s 2022-07-28 20:22:48,412 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0982b9d-0e4f-4d23-b617-e6066618c5d8', 'x-compute-request-id': 'req-f0982b9d-0e4f-4d23-b617-e6066618c5d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:49,515 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:22:49,516 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9efe8a7f-9dfe-4d2e-8dcd-e56104e0b410', 'x-compute-request-id': 'req-9efe8a7f-9dfe-4d2e-8dcd-e56104e0b410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:50,618 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:22:50,618 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ac7b58-3220-4c82-b660-bf812a6d1e81', 'x-compute-request-id': 'req-f4ac7b58-3220-4c82-b660-bf812a6d1e81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:51,720 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:22:51,720 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbea80e3-e4de-4db3-9fc7-b24fbecdf871', 'x-compute-request-id': 'req-dbea80e3-e4de-4db3-9fc7-b24fbecdf871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:52,820 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:22:52,820 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d11bc04a-eae2-4702-a9fe-8069bfbb34df', 'x-compute-request-id': 'req-d11bc04a-eae2-4702-a9fe-8069bfbb34df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:53,922 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:22:53,923 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5af4858b-39c0-4a7d-8931-738a593e0023', 'x-compute-request-id': 'req-5af4858b-39c0-4a7d-8931-738a593e0023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:55,028 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.092s 2022-07-28 20:22:55,028 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b10cd870-7c93-4539-81f0-bfd6f9e613c6', 'x-compute-request-id': 'req-b10cd870-7c93-4539-81f0-bfd6f9e613c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:56,142 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.101s 2022-07-28 20:22:56,142 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0017e9ee-58c7-4dce-8450-5436c513c771', 'x-compute-request-id': 'req-0017e9ee-58c7-4dce-8450-5436c513c771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:57,241 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:22:57,241 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3ffed0e-3505-4552-b2ba-e57af6960dc2', 'x-compute-request-id': 'req-f3ffed0e-3505-4552-b2ba-e57af6960dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:58,341 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:22:58,341 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-344371c0-84c8-4f87-bba4-1c920d62012c', 'x-compute-request-id': 'req-344371c0-84c8-4f87-bba4-1c920d62012c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:22:59,442 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:22:59,442 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:22:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-182be7cb-ed02-499e-b206-2b3e460fb0ae', 'x-compute-request-id': 'req-182be7cb-ed02-499e-b206-2b3e460fb0ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:00,542 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:23:00,543 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84d5d417-4d0f-4811-97cb-cd9256591edf', 'x-compute-request-id': 'req-84d5d417-4d0f-4811-97cb-cd9256591edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:01,659 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.104s 2022-07-28 20:23:01,659 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd9c5a61-fa61-426f-ab4a-673f2102d07f', 'x-compute-request-id': 'req-bd9c5a61-fa61-426f-ab4a-673f2102d07f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:02,761 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:23:02,761 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c63b8473-329c-4fa2-a6c9-f8f692f3b18f', 'x-compute-request-id': 'req-c63b8473-329c-4fa2-a6c9-f8f692f3b18f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:03,859 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:23:03,860 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b188c717-484a-4a59-9725-d74664ec3d99', 'x-compute-request-id': 'req-b188c717-484a-4a59-9725-d74664ec3d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:04,957 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.084s 2022-07-28 20:23:04,957 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d342e54-b886-42ef-a46a-2e6fcffdbcb4', 'x-compute-request-id': 'req-4d342e54-b886-42ef-a46a-2e6fcffdbcb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:06,055 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:23:06,055 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29d3dbac-2d5a-4c89-9668-876667b64d6e', 'x-compute-request-id': 'req-29d3dbac-2d5a-4c89-9668-876667b64d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:07,164 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.095s 2022-07-28 20:23:07,164 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f280f41d-878e-404e-ade6-4d82ce70ff8c', 'x-compute-request-id': 'req-f280f41d-878e-404e-ade6-4d82ce70ff8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:08,268 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:23:08,268 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c69e98d5-6b9b-4d6f-8a27-ce9ee3c89ba5', 'x-compute-request-id': 'req-c69e98d5-6b9b-4d6f-8a27-ce9ee3c89ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:09,370 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:23:09,371 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bc88946-a2ef-48d7-99df-53559726a58e', 'x-compute-request-id': 'req-6bc88946-a2ef-48d7-99df-53559726a58e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:10,472 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:23:10,472 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc4260d0-6fa8-4157-a240-6453edaef0f2', 'x-compute-request-id': 'req-bc4260d0-6fa8-4157-a240-6453edaef0f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:11,574 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:23:11,574 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43c0f1fe-fb5c-45cb-a082-7918e80ced83', 'x-compute-request-id': 'req-43c0f1fe-fb5c-45cb-a082-7918e80ced83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:12,689 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.101s 2022-07-28 20:23:12,690 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-309e7739-833c-4601-82b2-f00a7a3c038c', 'x-compute-request-id': 'req-309e7739-833c-4601-82b2-f00a7a3c038c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:13,794 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.092s 2022-07-28 20:23:13,794 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9bbfec2-d536-407d-8a1f-257755b1a7df', 'x-compute-request-id': 'req-a9bbfec2-d536-407d-8a1f-257755b1a7df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:14,902 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.095s 2022-07-28 20:23:14,903 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9814472-fa35-481b-8601-c5727a62a213', 'x-compute-request-id': 'req-c9814472-fa35-481b-8601-c5727a62a213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:16,010 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.095s 2022-07-28 20:23:16,011 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6c79161-b294-4f26-948b-368a0f0563cb', 'x-compute-request-id': 'req-d6c79161-b294-4f26-948b-368a0f0563cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:17,110 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:23:17,111 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df8dbcbe-2f8d-4f22-8ded-fc18fd503d0e', 'x-compute-request-id': 'req-df8dbcbe-2f8d-4f22-8ded-fc18fd503d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:18,211 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:23:18,211 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f9953a3-e580-4b4f-a1d6-ef5e54b177f1', 'x-compute-request-id': 'req-5f9953a3-e580-4b4f-a1d6-ef5e54b177f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:19,309 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:23:19,310 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddad7688-683a-4699-a25f-065b95d81dd6', 'x-compute-request-id': 'req-ddad7688-683a-4699-a25f-065b95d81dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:20,410 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:23:20,410 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e9aa285-8c80-416d-8950-75502971cd59', 'x-compute-request-id': 'req-2e9aa285-8c80-416d-8950-75502971cd59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:21,509 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:23:21,509 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab7385a8-0514-4bf3-88e5-32d1d313f9ce', 'x-compute-request-id': 'req-ab7385a8-0514-4bf3-88e5-32d1d313f9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:22,607 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:23:22,608 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cd520e5-89dc-4b04-b03b-a64c9af0cc53', 'x-compute-request-id': 'req-4cd520e5-89dc-4b04-b03b-a64c9af0cc53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:23,709 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:23:23,710 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92779eb4-7018-47ef-a27a-61bd66904323', 'x-compute-request-id': 'req-92779eb4-7018-47ef-a27a-61bd66904323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:24,811 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:23:24,812 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bfbc2c9-d3a8-4d5d-a468-bc4c48ea1f1a', 'x-compute-request-id': 'req-8bfbc2c9-d3a8-4d5d-a468-bc4c48ea1f1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:25,913 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:23:25,913 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-477cbc96-e9f6-440b-ab83-2da22453f5c7', 'x-compute-request-id': 'req-477cbc96-e9f6-440b-ab83-2da22453f5c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:27,018 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:23:27,018 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f59b48d7-1405-4efe-b410-4f25f087cbc1', 'x-compute-request-id': 'req-f59b48d7-1405-4efe-b410-4f25f087cbc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:28,122 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:23:28,123 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f0dfecc-01c7-49d6-b0ab-9504651e99e1', 'x-compute-request-id': 'req-3f0dfecc-01c7-49d6-b0ab-9504651e99e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:29,226 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:23:29,227 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fda9ff8f-6e4c-4b6e-9420-a565c11b5012', 'x-compute-request-id': 'req-fda9ff8f-6e4c-4b6e-9420-a565c11b5012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:30,475 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.235s 2022-07-28 20:23:30,475 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32500bff-d0a2-4ad7-855c-6267574f17a2', 'x-compute-request-id': 'req-32500bff-d0a2-4ad7-855c-6267574f17a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:31,588 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.100s 2022-07-28 20:23:31,588 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16cff2f2-036b-4eef-9e12-c12c96120360', 'x-compute-request-id': 'req-16cff2f2-036b-4eef-9e12-c12c96120360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:32,692 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:23:32,692 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6ddd641-1dcf-4000-a779-96bf0d7c7ce2', 'x-compute-request-id': 'req-e6ddd641-1dcf-4000-a779-96bf0d7c7ce2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:33,803 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.098s 2022-07-28 20:23:33,803 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24ed7ba5-b046-461a-9675-84499b64485e', 'x-compute-request-id': 'req-24ed7ba5-b046-461a-9675-84499b64485e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:34,919 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.103s 2022-07-28 20:23:34,919 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c312f79-9072-4031-9a61-c43c9d6a6bff', 'x-compute-request-id': 'req-3c312f79-9072-4031-9a61-c43c9d6a6bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:36,021 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:23:36,021 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c43992e3-ebb5-4867-a6e6-41fcc3be5dd6', 'x-compute-request-id': 'req-c43992e3-ebb5-4867-a6e6-41fcc3be5dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:37,131 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.097s 2022-07-28 20:23:37,132 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af72f9be-75c5-4010-aa1f-f70ba45058e5', 'x-compute-request-id': 'req-af72f9be-75c5-4010-aa1f-f70ba45058e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:38,233 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:23:38,234 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50ce0881-d7a3-4a06-a1b2-d5662300c726', 'x-compute-request-id': 'req-50ce0881-d7a3-4a06-a1b2-d5662300c726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:39,334 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:23:39,334 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e230cba-2f7d-4dab-8d49-91e57727fd53', 'x-compute-request-id': 'req-7e230cba-2f7d-4dab-8d49-91e57727fd53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:40,434 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:23:40,435 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-721e19a5-df53-4fe8-8803-60255761fec3', 'x-compute-request-id': 'req-721e19a5-df53-4fe8-8803-60255761fec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:41,532 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:23:41,532 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efd133e6-1488-48b4-b7de-6f7cb1d4f45f', 'x-compute-request-id': 'req-efd133e6-1488-48b4-b7de-6f7cb1d4f45f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:42,629 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.084s 2022-07-28 20:23:42,630 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d68c761-6190-4b9d-841b-28751b7a3925', 'x-compute-request-id': 'req-9d68c761-6190-4b9d-841b-28751b7a3925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:43,728 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:23:43,728 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28e68f59-3d04-498c-827d-dcd9b7d16a02', 'x-compute-request-id': 'req-28e68f59-3d04-498c-827d-dcd9b7d16a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:44,824 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:23:44,825 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30718d76-32f2-4093-8e57-e908e8d8205b', 'x-compute-request-id': 'req-30718d76-32f2-4093-8e57-e908e8d8205b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:45,925 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:23:45,926 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8c03ea8-cf36-415d-a8c2-f326f103eab0', 'x-compute-request-id': 'req-f8c03ea8-cf36-415d-a8c2-f326f103eab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:47,029 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:23:47,029 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20786fa6-6983-426c-b816-a2032c9abe39', 'x-compute-request-id': 'req-20786fa6-6983-426c-b816-a2032c9abe39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:48,128 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:23:48,129 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-794b46aa-ed64-4a7e-86a3-c5104b344c58', 'x-compute-request-id': 'req-794b46aa-ed64-4a7e-86a3-c5104b344c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:49,281 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.140s 2022-07-28 20:23:49,281 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-084f7f4e-770a-401f-96d6-6fb66fa5a84d', 'x-compute-request-id': 'req-084f7f4e-770a-401f-96d6-6fb66fa5a84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:50,533 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.239s 2022-07-28 20:23:50,534 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ae24b8c-ee5e-4e4a-a3a2-fc14756b3a8b', 'x-compute-request-id': 'req-7ae24b8c-ee5e-4e4a-a3a2-fc14756b3a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:51,753 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.207s 2022-07-28 20:23:51,753 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59cee81c-16bd-4d2a-b305-0399fea9a430', 'x-compute-request-id': 'req-59cee81c-16bd-4d2a-b305-0399fea9a430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:52,996 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.230s 2022-07-28 20:23:52,996 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f215150c-bde2-4836-948f-c9bf1feef7fd', 'x-compute-request-id': 'req-f215150c-bde2-4836-948f-c9bf1feef7fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:54,218 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.209s 2022-07-28 20:23:54,218 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e47797b1-3502-499b-8e45-aa8f1b806eef', 'x-compute-request-id': 'req-e47797b1-3502-499b-8e45-aa8f1b806eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:55,450 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.218s 2022-07-28 20:23:55,450 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da56df83-e33e-4402-8c4d-36529fb6b463', 'x-compute-request-id': 'req-da56df83-e33e-4402-8c4d-36529fb6b463', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:56,687 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.223s 2022-07-28 20:23:56,687 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e6b8962-3dd3-4cc0-a3f0-33b9df6b3509', 'x-compute-request-id': 'req-4e6b8962-3dd3-4cc0-a3f0-33b9df6b3509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:57,958 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.258s 2022-07-28 20:23:57,959 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3183c31-e0a2-4ef5-bbc7-7893be60a3cf', 'x-compute-request-id': 'req-e3183c31-e0a2-4ef5-bbc7-7893be60a3cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:23:59,171 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.201s 2022-07-28 20:23:59,172 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d93a4415-d985-437a-bacd-1b32d2e7550b', 'x-compute-request-id': 'req-d93a4415-d985-437a-bacd-1b32d2e7550b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:00,409 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.224s 2022-07-28 20:24:00,409 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8e057fb-88f4-4b4f-97e3-b05c4d821de0', 'x-compute-request-id': 'req-a8e057fb-88f4-4b4f-97e3-b05c4d821de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:01,734 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.312s 2022-07-28 20:24:01,734 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-849a5025-ac57-42cb-b39e-4549efb9d676', 'x-compute-request-id': 'req-849a5025-ac57-42cb-b39e-4549efb9d676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:02,856 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.109s 2022-07-28 20:24:02,856 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6834113d-b6b8-40f1-8545-8953c328c6ed', 'x-compute-request-id': 'req-6834113d-b6b8-40f1-8545-8953c328c6ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:04,094 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.225s 2022-07-28 20:24:04,094 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec0cf053-6f31-4cb3-a064-fda34a974059', 'x-compute-request-id': 'req-ec0cf053-6f31-4cb3-a064-fda34a974059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:05,233 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.126s 2022-07-28 20:24:05,233 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43400af0-2c55-473a-824b-28e998fe682d', 'x-compute-request-id': 'req-43400af0-2c55-473a-824b-28e998fe682d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:06,346 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.100s 2022-07-28 20:24:06,346 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a461afa5-b391-4714-a8eb-b3c8adc76e7d', 'x-compute-request-id': 'req-a461afa5-b391-4714-a8eb-b3c8adc76e7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:07,491 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.132s 2022-07-28 20:24:07,492 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e26d240-a4e6-492d-a9d4-9edc5b8882f2', 'x-compute-request-id': 'req-7e26d240-a4e6-492d-a9d4-9edc5b8882f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:08,592 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:24:08,593 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e197f62b-fd9e-4b7b-bc70-07481300b360', 'x-compute-request-id': 'req-e197f62b-fd9e-4b7b-bc70-07481300b360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:09,703 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.098s 2022-07-28 20:24:09,703 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a98c67d7-8953-472a-be31-cea453138f0e', 'x-compute-request-id': 'req-a98c67d7-8953-472a-be31-cea453138f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:10,806 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:24:10,807 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb32d154-66a7-4569-84ef-b5790a130e5c', 'x-compute-request-id': 'req-cb32d154-66a7-4569-84ef-b5790a130e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:11,903 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:24:11,904 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8730a914-3ceb-4e3a-ace3-bac6352423a7', 'x-compute-request-id': 'req-8730a914-3ceb-4e3a-ace3-bac6352423a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:13,005 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:24:13,006 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cadc3d99-38fe-48a7-bd25-6ab3a1ebf3d4', 'x-compute-request-id': 'req-cadc3d99-38fe-48a7-bd25-6ab3a1ebf3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:14,316 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.298s 2022-07-28 20:24:14,317 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f30d5f09-be2d-43e5-bcbd-cb00c2ae45a6', 'x-compute-request-id': 'req-f30d5f09-be2d-43e5-bcbd-cb00c2ae45a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:15,415 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:24:15,415 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17d1c664-8a39-4092-8215-0fa7135d3199', 'x-compute-request-id': 'req-17d1c664-8a39-4092-8215-0fa7135d3199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:16,523 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.094s 2022-07-28 20:24:16,523 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5597ae74-67fd-4e3d-8ec3-8aae0ee8e5f7', 'x-compute-request-id': 'req-5597ae74-67fd-4e3d-8ec3-8aae0ee8e5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:17,620 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.084s 2022-07-28 20:24:17,621 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a603afaa-2c7e-4530-a369-d593b707c39c', 'x-compute-request-id': 'req-a603afaa-2c7e-4530-a369-d593b707c39c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:18,859 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.225s 2022-07-28 20:24:18,860 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-944215b2-726e-4f73-9107-2fbddc97966c', 'x-compute-request-id': 'req-944215b2-726e-4f73-9107-2fbddc97966c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:20,025 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.151s 2022-07-28 20:24:20,026 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81efe0e3-1200-4a62-90ad-86a59f8c0874', 'x-compute-request-id': 'req-81efe0e3-1200-4a62-90ad-86a59f8c0874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:21,146 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.106s 2022-07-28 20:24:21,146 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0ad9d36-86da-4b21-b73f-ec6ad8131334', 'x-compute-request-id': 'req-a0ad9d36-86da-4b21-b73f-ec6ad8131334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:22,251 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.092s 2022-07-28 20:24:22,251 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-553d6160-6e6b-4f25-860f-715f0a19aabf', 'x-compute-request-id': 'req-553d6160-6e6b-4f25-860f-715f0a19aabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:23,354 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:24:23,354 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f2b0c9d-08f3-4423-97be-139f3ef1dcef', 'x-compute-request-id': 'req-2f2b0c9d-08f3-4423-97be-139f3ef1dcef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:24,453 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:24:24,454 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe282988-9bda-447a-a0af-e3f54d01d30b', 'x-compute-request-id': 'req-fe282988-9bda-447a-a0af-e3f54d01d30b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:25,558 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:24:25,558 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75d7e8da-4288-47bc-b931-2b671b514c42', 'x-compute-request-id': 'req-75d7e8da-4288-47bc-b931-2b671b514c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:26,658 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:24:26,658 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b75ece32-6e0a-47d3-9556-36eea4185193', 'x-compute-request-id': 'req-b75ece32-6e0a-47d3-9556-36eea4185193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:27,756 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:24:27,756 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c8e39ac-9456-49cd-9a3a-9e67fab3fd88', 'x-compute-request-id': 'req-5c8e39ac-9456-49cd-9a3a-9e67fab3fd88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:28,856 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:24:28,857 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cdd6b2d-5102-448e-94db-f1e10dec69a7', 'x-compute-request-id': 'req-6cdd6b2d-5102-448e-94db-f1e10dec69a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:29,966 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.096s 2022-07-28 20:24:29,966 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cea2e86d-b609-4eec-ad91-ab29071fe36b', 'x-compute-request-id': 'req-cea2e86d-b609-4eec-ad91-ab29071fe36b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:31,066 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:24:31,066 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9ad98c7-e0b2-423f-b812-9f0b30d4c9a6', 'x-compute-request-id': 'req-c9ad98c7-e0b2-423f-b812-9f0b30d4c9a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:32,165 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:24:32,166 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-944fe7cb-e38e-4848-a103-876517482a06', 'x-compute-request-id': 'req-944fe7cb-e38e-4848-a103-876517482a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:33,266 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:24:33,267 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc930a16-f470-4d11-9a34-252242d8ff6a', 'x-compute-request-id': 'req-dc930a16-f470-4d11-9a34-252242d8ff6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:34,368 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:24:34,368 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f7ec586-b0bb-460a-8284-1e27beeecbf4', 'x-compute-request-id': 'req-8f7ec586-b0bb-460a-8284-1e27beeecbf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:35,473 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:24:35,473 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7919686c-b4a5-4e7c-850e-2abbf96d584e', 'x-compute-request-id': 'req-7919686c-b4a5-4e7c-850e-2abbf96d584e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:36,574 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:24:36,575 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dc73f51-af4d-48a0-bd2b-da381c53e69d', 'x-compute-request-id': 'req-6dc73f51-af4d-48a0-bd2b-da381c53e69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:37,673 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:24:37,673 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92a0f822-d7e8-4bd1-86dc-e12618f9fbfb', 'x-compute-request-id': 'req-92a0f822-d7e8-4bd1-86dc-e12618f9fbfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:38,771 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:24:38,771 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8181354-bcdc-4baa-9b76-da73917f8817', 'x-compute-request-id': 'req-c8181354-bcdc-4baa-9b76-da73917f8817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:39,887 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.103s 2022-07-28 20:24:39,887 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42f1997a-e46f-4f01-8b0d-aa62ec2b308d', 'x-compute-request-id': 'req-42f1997a-e46f-4f01-8b0d-aa62ec2b308d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:40,989 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:24:40,989 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-082d5efe-db7c-4865-a3de-f4c246ed2001', 'x-compute-request-id': 'req-082d5efe-db7c-4865-a3de-f4c246ed2001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:42,090 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:24:42,091 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4023dbab-2a32-4540-9531-f787df6e3226', 'x-compute-request-id': 'req-4023dbab-2a32-4540-9531-f787df6e3226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:43,189 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:24:43,189 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f68dbbb6-bf4a-488d-baf4-b4806c4f6e57', 'x-compute-request-id': 'req-f68dbbb6-bf4a-488d-baf4-b4806c4f6e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:44,291 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:24:44,291 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2585b7d-407f-48e2-beb9-c56cb7ff7933', 'x-compute-request-id': 'req-f2585b7d-407f-48e2-beb9-c56cb7ff7933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:45,390 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:24:45,390 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3763d450-12f8-41f2-b5d7-cfcc1d09d7dc', 'x-compute-request-id': 'req-3763d450-12f8-41f2-b5d7-cfcc1d09d7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:46,492 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:24:46,493 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76d211a4-ef1a-4162-a636-46aae966d829', 'x-compute-request-id': 'req-76d211a4-ef1a-4162-a636-46aae966d829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:47,595 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:24:47,596 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28a5975f-9374-4898-a562-654e8d9c3a97', 'x-compute-request-id': 'req-28a5975f-9374-4898-a562-654e8d9c3a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:48,696 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:24:48,696 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52ebb50c-06a6-4781-8fa5-22bdcb21d5f7', 'x-compute-request-id': 'req-52ebb50c-06a6-4781-8fa5-22bdcb21d5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:49,800 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:24:49,801 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8487bda-3e18-449e-932a-81a4f13e7810', 'x-compute-request-id': 'req-c8487bda-3e18-449e-932a-81a4f13e7810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:50,906 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:24:50,906 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbe1f9b6-48f8-4aa0-ae51-8d16d94d21e9', 'x-compute-request-id': 'req-dbe1f9b6-48f8-4aa0-ae51-8d16d94d21e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:52,013 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:24:52,013 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0159b13b-0c97-4c83-96a4-d8c5ea3d3321', 'x-compute-request-id': 'req-0159b13b-0c97-4c83-96a4-d8c5ea3d3321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:53,128 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.101s 2022-07-28 20:24:53,128 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-475b706e-e950-4e7a-ad27-ffb7ef0ed842', 'x-compute-request-id': 'req-475b706e-e950-4e7a-ad27-ffb7ef0ed842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:54,247 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.107s 2022-07-28 20:24:54,248 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ac1ce96-00d2-48b6-9085-c01440d2698d', 'x-compute-request-id': 'req-1ac1ce96-00d2-48b6-9085-c01440d2698d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:55,360 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.098s 2022-07-28 20:24:55,360 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4209ae71-726d-4eba-836a-0a54be49e4d6', 'x-compute-request-id': 'req-4209ae71-726d-4eba-836a-0a54be49e4d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:56,465 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.092s 2022-07-28 20:24:56,466 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b714f6d-9bf8-4573-a713-92d299ba8668', 'x-compute-request-id': 'req-6b714f6d-9bf8-4573-a713-92d299ba8668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:57,567 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:24:57,568 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b591e5b-ac7c-4fa9-9a6b-4259ee01afe6', 'x-compute-request-id': 'req-3b591e5b-ac7c-4fa9-9a6b-4259ee01afe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:58,667 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:24:58,667 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da8c2ef1-a973-4f23-9d2a-1511d7e4366d', 'x-compute-request-id': 'req-da8c2ef1-a973-4f23-9d2a-1511d7e4366d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:24:59,766 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:24:59,766 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:24:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc022e1c-ac0b-42ed-9530-f0d6329b0c00', 'x-compute-request-id': 'req-cc022e1c-ac0b-42ed-9530-f0d6329b0c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:00,867 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:25:00,867 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8f0fe79-b817-4170-b57c-61a12df74674', 'x-compute-request-id': 'req-d8f0fe79-b817-4170-b57c-61a12df74674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:01,966 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:01,967 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e6cba5-94e5-4e23-8883-92781c60204c', 'x-compute-request-id': 'req-10e6cba5-94e5-4e23-8883-92781c60204c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:03,066 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:03,067 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-958f1060-78ae-4bc1-a666-6eaba8a4dcb3', 'x-compute-request-id': 'req-958f1060-78ae-4bc1-a666-6eaba8a4dcb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:04,170 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:25:04,171 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ff728af-e284-4d26-80ff-fa31e747a166', 'x-compute-request-id': 'req-9ff728af-e284-4d26-80ff-fa31e747a166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:05,276 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:25:05,276 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aead3162-de4d-4403-9a6c-831c1b63d067', 'x-compute-request-id': 'req-aead3162-de4d-4403-9a6c-831c1b63d067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:06,375 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:06,376 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49c06f41-bf0d-4e40-9854-59900e20904a', 'x-compute-request-id': 'req-49c06f41-bf0d-4e40-9854-59900e20904a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:07,478 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:25:07,479 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c97b7e1d-0774-4733-a1ef-26b7987b81cb', 'x-compute-request-id': 'req-c97b7e1d-0774-4733-a1ef-26b7987b81cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:08,577 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:08,577 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-878072c6-334f-4cac-9901-cb81b8159dd7', 'x-compute-request-id': 'req-878072c6-334f-4cac-9901-cb81b8159dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:09,681 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:25:09,681 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74480199-e0a6-414b-b1d4-5b2803b904de', 'x-compute-request-id': 'req-74480199-e0a6-414b-b1d4-5b2803b904de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:10,790 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.096s 2022-07-28 20:25:10,790 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-253b7e58-3a2c-4609-aa17-c4e6667afb1a', 'x-compute-request-id': 'req-253b7e58-3a2c-4609-aa17-c4e6667afb1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:11,887 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.084s 2022-07-28 20:25:11,888 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcb85687-1fd3-48e5-9f50-d21dace00896', 'x-compute-request-id': 'req-fcb85687-1fd3-48e5-9f50-d21dace00896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:12,987 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:12,988 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88feffb3-59a2-4302-a673-d68dfce630e0', 'x-compute-request-id': 'req-88feffb3-59a2-4302-a673-d68dfce630e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:14,107 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.104s 2022-07-28 20:25:14,107 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce907192-6548-47e3-a987-e2f2ef3e1de0', 'x-compute-request-id': 'req-ce907192-6548-47e3-a987-e2f2ef3e1de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:15,213 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.094s 2022-07-28 20:25:15,214 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6a9d3e1-6c3d-445a-bbe2-375f16ba1c94', 'x-compute-request-id': 'req-c6a9d3e1-6c3d-445a-bbe2-375f16ba1c94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:16,313 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:16,314 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-849919e5-a216-4652-8bfb-2d2faceacc7e', 'x-compute-request-id': 'req-849919e5-a216-4652-8bfb-2d2faceacc7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:17,412 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:25:17,412 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4fc7fff-e3c2-400f-8785-7ec7b2e0b2a3', 'x-compute-request-id': 'req-a4fc7fff-e3c2-400f-8785-7ec7b2e0b2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:18,514 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:25:18,515 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a94c77b7-7457-417c-b344-80a709ba3704', 'x-compute-request-id': 'req-a94c77b7-7457-417c-b344-80a709ba3704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:19,614 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:19,614 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc33b166-7928-4800-9599-7daa0ff9e8a2', 'x-compute-request-id': 'req-fc33b166-7928-4800-9599-7daa0ff9e8a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:20,713 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:20,714 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21ea3dbe-7ec6-482f-b9f7-86163d5d7bba', 'x-compute-request-id': 'req-21ea3dbe-7ec6-482f-b9f7-86163d5d7bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:21,818 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:25:21,818 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da23d0d7-c95b-478d-bff0-d70d68a912be', 'x-compute-request-id': 'req-da23d0d7-c95b-478d-bff0-d70d68a912be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:22,920 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:25:22,920 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8efe86d5-217f-445c-9333-0e4f19dfaa62', 'x-compute-request-id': 'req-8efe86d5-217f-445c-9333-0e4f19dfaa62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:24,020 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:24,020 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c21d0918-b416-4990-a8c3-798f8177718f', 'x-compute-request-id': 'req-c21d0918-b416-4990-a8c3-798f8177718f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:25,123 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:25:25,123 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06759e32-d7a3-48bd-bef5-d0d391da431a', 'x-compute-request-id': 'req-06759e32-d7a3-48bd-bef5-d0d391da431a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:26,222 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:26,223 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6cf34b3-7de8-4b34-b5a6-aeafa14af1c6', 'x-compute-request-id': 'req-b6cf34b3-7de8-4b34-b5a6-aeafa14af1c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:27,323 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:27,323 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-988aa819-5401-4689-92ef-7991e0946877', 'x-compute-request-id': 'req-988aa819-5401-4689-92ef-7991e0946877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:28,425 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:25:28,426 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b183456-143f-406e-9c4a-d172e6aecc59', 'x-compute-request-id': 'req-1b183456-143f-406e-9c4a-d172e6aecc59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:29,525 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:29,525 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc113c0b-95c1-4f4a-8966-e3f30df0dbbe', 'x-compute-request-id': 'req-cc113c0b-95c1-4f4a-8966-e3f30df0dbbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:30,638 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.101s 2022-07-28 20:25:30,639 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d07b3525-665f-4b5b-8f93-87355a264fee', 'x-compute-request-id': 'req-d07b3525-665f-4b5b-8f93-87355a264fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:31,738 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:31,738 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d162ab97-c60a-4845-bfd3-2f06e7ab1295', 'x-compute-request-id': 'req-d162ab97-c60a-4845-bfd3-2f06e7ab1295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:32,837 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:32,837 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d59d77f0-110d-4bfa-b7e1-1e4dfa6f455a', 'x-compute-request-id': 'req-d59d77f0-110d-4bfa-b7e1-1e4dfa6f455a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:33,939 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:25:33,939 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2b8514d-d335-492a-a9b9-1f9a80ad9e68', 'x-compute-request-id': 'req-e2b8514d-d335-492a-a9b9-1f9a80ad9e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:35,042 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:25:35,043 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-639020aa-0e07-42c2-8985-1485f94199d7', 'x-compute-request-id': 'req-639020aa-0e07-42c2-8985-1485f94199d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:36,142 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:25:36,142 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f46a34b0-a350-4551-9dec-ecc9894d149b', 'x-compute-request-id': 'req-f46a34b0-a350-4551-9dec-ecc9894d149b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:37,245 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:25:37,246 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76d47a62-ed7f-4f43-968b-723ac810daf7', 'x-compute-request-id': 'req-76d47a62-ed7f-4f43-968b-723ac810daf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:38,346 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:38,346 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dedde8da-8451-4380-a961-622bf4cadf58', 'x-compute-request-id': 'req-dedde8da-8451-4380-a961-622bf4cadf58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:39,446 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:25:39,447 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d49117e7-4d19-45c2-9a26-037541fd32b1', 'x-compute-request-id': 'req-d49117e7-4d19-45c2-9a26-037541fd32b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:40,550 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:25:40,550 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e6bba36-702e-4b40-acb4-ed6cf32563a2', 'x-compute-request-id': 'req-7e6bba36-702e-4b40-acb4-ed6cf32563a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:41,649 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:41,650 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44162362-0ed6-44de-97d2-ff33876f0bd5', 'x-compute-request-id': 'req-44162362-0ed6-44de-97d2-ff33876f0bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:42,750 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:42,750 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c423fe83-ab6c-4f99-a73e-d37fad25516a', 'x-compute-request-id': 'req-c423fe83-ab6c-4f99-a73e-d37fad25516a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:43,852 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:25:43,852 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-668a6542-d0e2-4724-98e5-7e7a214b3b37', 'x-compute-request-id': 'req-668a6542-d0e2-4724-98e5-7e7a214b3b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:44,951 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:44,951 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-113229fc-4537-474b-85fb-a0d73be3dc75', 'x-compute-request-id': 'req-113229fc-4537-474b-85fb-a0d73be3dc75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:46,049 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:25:46,049 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd28ef75-74e5-4744-8142-fd5d222ff020', 'x-compute-request-id': 'req-bd28ef75-74e5-4744-8142-fd5d222ff020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:47,151 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:25:47,151 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-166886a3-b616-4454-9a86-6f22b98c25cd', 'x-compute-request-id': 'req-166886a3-b616-4454-9a86-6f22b98c25cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:48,365 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.200s 2022-07-28 20:25:48,365 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-936d62a3-5300-4ec7-8240-2d781bb63725', 'x-compute-request-id': 'req-936d62a3-5300-4ec7-8240-2d781bb63725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:49,467 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:25:49,467 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f41f5807-b0af-417c-8ffe-861e85ba8d3b', 'x-compute-request-id': 'req-f41f5807-b0af-417c-8ffe-861e85ba8d3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:50,569 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:25:50,569 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4863e860-99bd-48ca-b116-d89846c0e43b', 'x-compute-request-id': 'req-4863e860-99bd-48ca-b116-d89846c0e43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:51,670 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:25:51,670 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c9ff844-dac5-447b-ba16-77ec8917b2d3', 'x-compute-request-id': 'req-7c9ff844-dac5-447b-ba16-77ec8917b2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:52,774 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:25:52,774 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a06212c3-6804-487a-aae4-1c240f5df219', 'x-compute-request-id': 'req-a06212c3-6804-487a-aae4-1c240f5df219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:53,872 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:25:53,873 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4fff6d5-e71e-42f7-8c4c-bf6c8e069d45', 'x-compute-request-id': 'req-e4fff6d5-e71e-42f7-8c4c-bf6c8e069d45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:54,972 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:54,972 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2d486f1-a9f6-4f98-96e7-deebffe3a178', 'x-compute-request-id': 'req-e2d486f1-a9f6-4f98-96e7-deebffe3a178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:56,077 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.092s 2022-07-28 20:25:56,077 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96480d91-1d9e-4646-81e1-001ca60d7370', 'x-compute-request-id': 'req-96480d91-1d9e-4646-81e1-001ca60d7370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:57,189 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.099s 2022-07-28 20:25:57,189 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66a073c6-7c9f-4900-850d-45e2b3118d3d', 'x-compute-request-id': 'req-66a073c6-7c9f-4900-850d-45e2b3118d3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:58,290 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:25:58,290 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eac0bca8-672c-416c-b5fd-ebafcb7e11ea', 'x-compute-request-id': 'req-eac0bca8-672c-416c-b5fd-ebafcb7e11ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:25:59,398 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.095s 2022-07-28 20:25:59,398 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:25:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae9a5cc0-44d7-4a58-b38c-f1551fa4bcdb', 'x-compute-request-id': 'req-ae9a5cc0-44d7-4a58-b38c-f1551fa4bcdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:00,501 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:26:00,501 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6268421d-eedc-4b3a-8782-f62fb2352b4e', 'x-compute-request-id': 'req-6268421d-eedc-4b3a-8782-f62fb2352b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:01,605 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:26:01,605 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57f3fe41-367a-4f22-b92a-d070b0f8476a', 'x-compute-request-id': 'req-57f3fe41-367a-4f22-b92a-d070b0f8476a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:02,713 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:26:02,713 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-188101c7-5f70-4498-bee3-5ca5baed5e72', 'x-compute-request-id': 'req-188101c7-5f70-4498-bee3-5ca5baed5e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:03,948 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.222s 2022-07-28 20:26:03,948 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9bfaf86-374e-4620-9a73-79c05c7c3f84', 'x-compute-request-id': 'req-b9bfaf86-374e-4620-9a73-79c05c7c3f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:05,072 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.111s 2022-07-28 20:26:05,073 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c01a06fd-85fc-44f8-84a8-0ba76bb69036', 'x-compute-request-id': 'req-c01a06fd-85fc-44f8-84a8-0ba76bb69036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:06,173 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:26:06,173 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-905ab537-95c6-4a25-8959-1206b291b56d', 'x-compute-request-id': 'req-905ab537-95c6-4a25-8959-1206b291b56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:07,285 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.098s 2022-07-28 20:26:07,285 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b73744f3-de7e-4ff8-816d-4b1b26358e66', 'x-compute-request-id': 'req-b73744f3-de7e-4ff8-816d-4b1b26358e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:08,387 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:26:08,388 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bd917cc-6d17-443f-8548-9241b2ad6de2', 'x-compute-request-id': 'req-4bd917cc-6d17-443f-8548-9241b2ad6de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:09,488 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:26:09,489 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83dbb9a3-3aaa-4aa6-9214-2d4614be99c4', 'x-compute-request-id': 'req-83dbb9a3-3aaa-4aa6-9214-2d4614be99c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:10,599 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.097s 2022-07-28 20:26:10,599 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65095ec1-0104-4d66-99ac-e82c3915ea94', 'x-compute-request-id': 'req-65095ec1-0104-4d66-99ac-e82c3915ea94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:11,720 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.106s 2022-07-28 20:26:11,720 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecfb0bf7-7b09-4b0a-9dbd-b640be4df240', 'x-compute-request-id': 'req-ecfb0bf7-7b09-4b0a-9dbd-b640be4df240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:12,839 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.107s 2022-07-28 20:26:12,840 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14da3d9c-50f8-4ba5-90cf-ec62ff01f94c', 'x-compute-request-id': 'req-14da3d9c-50f8-4ba5-90cf-ec62ff01f94c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:13,945 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:26:13,946 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02af4c93-5917-4be5-9503-5896d450ca69', 'x-compute-request-id': 'req-02af4c93-5917-4be5-9503-5896d450ca69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:15,046 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:26:15,046 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7adbd434-b8e3-4488-8438-1900953f2772', 'x-compute-request-id': 'req-7adbd434-b8e3-4488-8438-1900953f2772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:16,149 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:26:16,150 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dccf6c9f-65f2-46c8-a4dc-c34cf83df94c', 'x-compute-request-id': 'req-dccf6c9f-65f2-46c8-a4dc-c34cf83df94c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:17,250 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:26:17,250 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00774b5e-c905-42dc-a95f-829b6f6c917c', 'x-compute-request-id': 'req-00774b5e-c905-42dc-a95f-829b6f6c917c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:18,350 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:26:18,350 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf9bedc1-efb3-472e-b819-bd9326eed584', 'x-compute-request-id': 'req-bf9bedc1-efb3-472e-b819-bd9326eed584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:19,451 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:26:19,452 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d655038d-35a5-4c03-9903-b249e36498ea', 'x-compute-request-id': 'req-d655038d-35a5-4c03-9903-b249e36498ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:20,551 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:26:20,551 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-195723aa-c8bf-496c-80b8-e80d982c2bd7', 'x-compute-request-id': 'req-195723aa-c8bf-496c-80b8-e80d982c2bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:21,663 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.096s 2022-07-28 20:26:21,664 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7950bd20-5097-45ca-a4a8-abc2394a7360', 'x-compute-request-id': 'req-7950bd20-5097-45ca-a4a8-abc2394a7360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:22,764 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:26:22,764 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6ed8009-8d72-4514-bf28-c8078cd7cffd', 'x-compute-request-id': 'req-b6ed8009-8d72-4514-bf28-c8078cd7cffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:23,863 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:26:23,864 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38f49e91-6185-485b-905d-976d08725cba', 'x-compute-request-id': 'req-38f49e91-6185-485b-905d-976d08725cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:24,967 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.091s 2022-07-28 20:26:24,968 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5c4aa51-0a9c-482d-ae7d-6fd41c6b3082', 'x-compute-request-id': 'req-f5c4aa51-0a9c-482d-ae7d-6fd41c6b3082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:26,070 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:26:26,070 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c73cc606-ea33-43f8-a5a1-ce4dde996357', 'x-compute-request-id': 'req-c73cc606-ea33-43f8-a5a1-ce4dde996357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:27,171 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:26:27,171 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b6c633e-8dcd-477c-bf8e-b663b158a622', 'x-compute-request-id': 'req-6b6c633e-8dcd-477c-bf8e-b663b158a622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:28,274 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:26:28,275 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95556b8c-01f6-46fd-89d3-43ba7b94d293', 'x-compute-request-id': 'req-95556b8c-01f6-46fd-89d3-43ba7b94d293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:29,374 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:26:29,374 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b86bfb70-0b63-4828-bfce-44151689e70a', 'x-compute-request-id': 'req-b86bfb70-0b63-4828-bfce-44151689e70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:30,483 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.093s 2022-07-28 20:26:30,483 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7492054f-ecbb-47b2-bfa6-9931269b5fca', 'x-compute-request-id': 'req-7492054f-ecbb-47b2-bfa6-9931269b5fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:31,584 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:26:31,585 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa76a452-2034-42ec-978a-c8580e18ad64', 'x-compute-request-id': 'req-fa76a452-2034-42ec-978a-c8580e18ad64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:32,686 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:26:32,687 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b25ab0d6-9c42-40ad-857d-793ef5db3d93', 'x-compute-request-id': 'req-b25ab0d6-9c42-40ad-857d-793ef5db3d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:33,785 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:26:33,786 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a26a3059-b9e3-4269-bb36-04d93f0e2e83', 'x-compute-request-id': 'req-a26a3059-b9e3-4269-bb36-04d93f0e2e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:34,887 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.089s 2022-07-28 20:26:34,887 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b65b4561-1a31-4033-a6d7-daa9c3c32aaf', 'x-compute-request-id': 'req-b65b4561-1a31-4033-a6d7-daa9c3c32aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:35,990 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:26:35,990 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4f1b57f-542e-4676-b4fc-84fd73b44e18', 'x-compute-request-id': 'req-c4f1b57f-542e-4676-b4fc-84fd73b44e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:37,090 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:26:37,091 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34d63f34-9736-40ab-afa8-a21cbe24665b', 'x-compute-request-id': 'req-34d63f34-9736-40ab-afa8-a21cbe24665b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:38,193 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:26:38,194 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fcbdabd-80ab-40d4-9dbb-75a49f3a812f', 'x-compute-request-id': 'req-6fcbdabd-80ab-40d4-9dbb-75a49f3a812f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:39,295 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:26:39,295 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f0f95ab-4aca-4d0e-8d55-9578bbf1d9a4', 'x-compute-request-id': 'req-0f0f95ab-4aca-4d0e-8d55-9578bbf1d9a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:40,413 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.105s 2022-07-28 20:26:40,413 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-979d25e7-b72b-4c79-ae57-12ce069fbdb3', 'x-compute-request-id': 'req-979d25e7-b72b-4c79-ae57-12ce069fbdb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:41,513 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:26:41,514 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5a66f87-107b-4c20-8c80-8027b1f0a7d1', 'x-compute-request-id': 'req-e5a66f87-107b-4c20-8c80-8027b1f0a7d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:42,613 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.087s 2022-07-28 20:26:42,614 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d0dd431-3489-4340-a2b6-60f0048f4094', 'x-compute-request-id': 'req-9d0dd431-3489-4340-a2b6-60f0048f4094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:43,713 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:26:43,713 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ae4df01-c57c-44e1-b341-9fa955abfa68', 'x-compute-request-id': 'req-5ae4df01-c57c-44e1-b341-9fa955abfa68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:44,810 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.084s 2022-07-28 20:26:44,810 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8fb0173-515d-4a84-ab53-14a2b8c5d729', 'x-compute-request-id': 'req-d8fb0173-515d-4a84-ab53-14a2b8c5d729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:45,909 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:26:45,910 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa074264-8ef9-4429-b406-26cce3eb3c64', 'x-compute-request-id': 'req-aa074264-8ef9-4429-b406-26cce3eb3c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:47,010 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:26:47,010 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cdb2fba-53b2-4b10-90df-4598846adf02', 'x-compute-request-id': 'req-5cdb2fba-53b2-4b10-90df-4598846adf02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:48,109 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.086s 2022-07-28 20:26:48,109 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de43d985-b5b4-423f-8d60-e855cbb82f92', 'x-compute-request-id': 'req-de43d985-b5b4-423f-8d60-e855cbb82f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:49,207 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:26:49,207 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d54e1a91-7945-44ed-b163-74e0abd449b4', 'x-compute-request-id': 'req-d54e1a91-7945-44ed-b163-74e0abd449b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:50,310 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.090s 2022-07-28 20:26:50,310 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aefe0d14-9d05-468b-b2dd-ea0d421e1208', 'x-compute-request-id': 'req-aefe0d14-9d05-468b-b2dd-ea0d421e1208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:51,411 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.088s 2022-07-28 20:26:51,411 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72e9970d-acc4-43d7-b49c-9b5a6191b31d', 'x-compute-request-id': 'req-72e9970d-acc4-43d7-b49c-9b5a6191b31d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:52,510 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef 0.085s 2022-07-28 20:26:52,510 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-635817b5-e1f9-4170-b6d0-3d1a771c5527', 'x-compute-request-id': 'req-635817b5-e1f9-4170-b6d0-3d1a771c5527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef'} Body: b'{"server": {"id": "ed7c90e0-e87c-42b9-b14d-6c06761c1eef", "name": "tempest-TestMinimumBasicScenario-server-377003342", "status": "ACTIVE", "tenant_id": "1a73bb1237bb4bcfa86aa6dc5bf413c7", "user_id": "3f7d1d13bfb843df855bc4d57374a8ab", "metadata": {}, "hostId": "cc0b6edce1e0d2235d1452983b27b1e5cb79e6cacde8bcde2e18286e", "image": {"id": "9aee84dd-a432-4935-b987-19ff6529d73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/9aee84dd-a432-4935-b987-19ff6529d73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:00:04Z", "updated": "2022-07-28T20:20:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/ed7c90e0-e87c-42b9-b14d-6c06761c1eef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-274658827", "OS-SRV-USG:launched_at": "2022-07-28T20:00:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac"}]}}' 2022-07-28 20:26:52,552 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-274658827 0.028s 2022-07-28 20:26:52,552 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:52 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-f226f525-5658-427d-9131-121da2496b6c', 'x-compute-request-id': 'req-f226f525-5658-427d-9131-121da2496b6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-274658827'} Body: b'' 2022-07-28 20:26:53,173 118648 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.67/image/v2/images/9aee84dd-a432-4935-b987-19ff6529d73a 0.620s 2022-07-28 20:26:53,174 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:26:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2d13bea2-ecfc-46f0-a45c-e9bd5451f2bf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/image/v2/images/9aee84dd-a432-4935-b987-19ff6529d73a'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 881, in nova_volume_detach self.servers_client.detach_volume(server['id'], volume['id']) 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 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: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be 'in-use' and attach_status must be 'attached' to detach. (HTTP 400) (Request-ID: req-a45b800e-f885-4939-bd96-b258962120db)"} }}} 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: (TestMinimumBasicScenario:_run_cleanups) Failed to delete volume cbf3e8df-46ee-4cf3-9b33-70d39ccf21ac within the required time (360 s). Timer started at 1659039287. Timer ended at 1659039651. Waited for 364 s. }}} traceback-4: {{{ 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 (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/tempest/scenario/manager.py", line 882, in nova_volume_detach waiters.wait_for_volume_attachment_remove_from_server( File "/opt/stack/tempest/tempest/common/waiters.py", line 378, in wait_for_volume_attachment_remove_from_server console_output = client.get_console_output(server_id)['output'] File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 655, in get_console_output return self.action(server_id, 'os-getConsoleOutput', File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 225, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
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
ft13.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-28 20:01:09,088 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.483s 2022-07-28 20:01:09,089 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1034975038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEs4/EggDOiAqTA0QmqgOs9vv4RRwM5rQXcf34zGDQdhbaG1tkhHtjzLlQEBpF4MfvIvLkJ7dNZTkFJuhwigTysaQNJnDx3bNjBK4mVJvsYdjY9S4cstCyQFw4xfNZYDRw=="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:08 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-84b59fc8-0983-49ef-82c8-90979ce01ca7', 'x-compute-request-id': 'req-84b59fc8-0983-49ef-82c8-90979ce01ca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1034975038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEs4/EggDOiAqTA0QmqgOs9vv4RRwM5rQXcf34zGDQdhbaG1tkhHtjzLlQEBpF4MfvIvLkJ7dNZTkFJuhwigTysaQNJnDx3bNjBK4mVJvsYdjY9S4cstCyQFw4xfNZYDRw==", "fingerprint": "14:0a:37:fa:db:11:05:12:58:03:e3:3b:2f:12:b9:f7", "user_id": "5131b18108f64f11ac1e0f4866a9cb37"}}' 2022-07-28 20:01:09,781 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.689s 2022-07-28 20:01:09,781 118655 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-1012880163", "description": "tempest-secgroup-smoke-1012880163 description", "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-514e5227-bb97-4d1f-935d-c8bcca928557', 'date': 'Thu, 28 Jul 2022 20:01:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "7d699bf4-275e-45b5-983c-e260acefdb08", "name": "tempest-secgroup-smoke-1012880163", "stateful": true, "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "description": "tempest-secgroup-smoke-1012880163 description", "shared": false, "security_group_rules": [{"id": "b53a4077-337c-4ced-bb8d-ba89763954c2", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "security_group_id": "7d699bf4-275e-45b5-983c-e260acefdb08", "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": 441, "description": null, "tags": [], "created_at": "2022-07-28T20:01:09Z", "updated_at": "2022-07-28T20:01:09Z", "revision_number": 0, "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}, {"id": "c99c3555-b770-445a-a4f0-4692dd4b65e1", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "security_group_id": "7d699bf4-275e-45b5-983c-e260acefdb08", "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": 440, "description": null, "tags": [], "created_at": "2022-07-28T20:01:09Z", "updated_at": "2022-07-28T20:01:09Z", "revision_number": 0, "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}], "tags": [], "created_at": "2022-07-28T20:01:09Z", "updated_at": "2022-07-28T20:01:09Z", "revision_number": 1, "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:10,686 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.905s 2022-07-28 20:01:10,687 118655 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": "7d699bf4-275e-45b5-983c-e260acefdb08", "project_id": "25002b31f4fc4ec78222fc4919aa5fb2", "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-f1b9327f-5ef2-4ef3-be21-678f0135ba3e', 'date': 'Thu, 28 Jul 2022 20:01:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "81f9b4a4-4d36-4d57-9536-091282f17617", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "security_group_id": "7d699bf4-275e-45b5-983c-e260acefdb08", "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-28T20:01:10Z", "updated_at": "2022-07-28T20:01:10Z", "revision_number": 0, "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:11,361 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.674s 2022-07-28 20:01:11,362 118655 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": "7d699bf4-275e-45b5-983c-e260acefdb08", "project_id": "25002b31f4fc4ec78222fc4919aa5fb2", "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-aa444b7e-851d-4fe8-af60-a966194da266', 'date': 'Thu, 28 Jul 2022 20:01:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "470fcddb-f792-411d-9e8a-48862b6ea07d", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "security_group_id": "7d699bf4-275e-45b5-983c-e260acefdb08", "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-28T20:01:11Z", "updated_at": "2022-07-28T20:01:11Z", "revision_number": 0, "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:11,626 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.263s 2022-07-28 20:01:11,627 118655 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": "7d699bf4-275e-45b5-983c-e260acefdb08", "project_id": "25002b31f4fc4ec78222fc4919aa5fb2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d3ee0980-46a3-4c4e-a8cc-4a18a6b5fa56', 'date': 'Thu, 28 Jul 2022 20:01:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "357d123f-f041-4d68-a506-4f786a140067", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "security_group_id": "7d699bf4-275e-45b5-983c-e260acefdb08", "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-28T20:01:11Z", "updated_at": "2022-07-28T20:01:11Z", "revision_number": 0, "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:12,277 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.649s 2022-07-28 20:01:12,277 118655 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": "7d699bf4-275e-45b5-983c-e260acefdb08", "project_id": "25002b31f4fc4ec78222fc4919aa5fb2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7fc4d770-0c13-4818-82e4-bfe3c9343bad', 'date': 'Thu, 28 Jul 2022 20:01:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f7d17343-e850-4c50-82a2-2291f7748809", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "security_group_id": "7d699bf4-275e-45b5-983c-e260acefdb08", "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-28T20:01:12Z", "updated_at": "2022-07-28T20:01:12Z", "revision_number": 0, "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:12,567 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.288s 2022-07-28 20:01:12,567 118655 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": "7d699bf4-275e-45b5-983c-e260acefdb08", "project_id": "25002b31f4fc4ec78222fc4919aa5fb2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3514ea51-5ca2-4273-bc52-1970fe26f9af', 'date': 'Thu, 28 Jul 2022 20:01:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ad5bab8-af1e-4670-892c-9d6ba50915d5", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "security_group_id": "7d699bf4-275e-45b5-983c-e260acefdb08", "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-28T20:01:12Z", "updated_at": "2022-07-28T20:01:12Z", "revision_number": 0, "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:12,729 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.162s 2022-07-28 20:01:12,730 118655 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": "7d699bf4-275e-45b5-983c-e260acefdb08", "project_id": "25002b31f4fc4ec78222fc4919aa5fb2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-2d3f2e78-b95c-4911-a5bd-abdc2c47ef67', 'date': 'Thu, 28 Jul 2022 20:01:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6c8a95e0-aa05-4493-b71a-6129c45b7ecb", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "security_group_id": "7d699bf4-275e-45b5-983c-e260acefdb08", "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-28T20:01:12Z", "updated_at": "2022-07-28T20:01:12Z", "revision_number": 0, "project_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:12,773 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.036s 2022-07-28 20:01:12,774 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:12 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-045fd0c7-8c9d-44a4-9167-0cdd4b0496a7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5131b18108f64f11ac1e0f4866a9cb37", "name": "tempest-TestShelveInstance-1624781689-project", "password_expires_at": null}, "audit_ids": ["Pt-YUj4wR5OAlDQtRpgfZA"], "expires_at": "2022-07-28T21:01:12.000000Z", "issued_at": "2022-07-28T20:01:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25002b31f4fc4ec78222fc4919aa5fb2", "name": "tempest-TestShelveInstance-1624781689"}, "is_domain": false, "roles": [{"id": "29661b56c9de4d4a85322e54f6f1c3a6", "name": "reader"}, {"id": "26e5565c00384c4d9189caf8a0f8fb88", "name": "member"}], "catalog": [{"endpoints": [{"id": "98419318bb9a4b82b827c85924dd5609", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "160c190418764e44bf63f8ec0e4c8860", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0e4c875a59434d5ebd542da3bbae10ef", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "1970cf4577c44c92af8b1ef2b152ddd5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8244dc864f8e499d8025feb1fef2a05c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2", "region": "RegionOne"}], "id": "30db306e1d6f4e1c83f880dfd9b4b617", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1f0db352cf6a4601a56a3bdc16758326", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "45f133d970bc4dd692f1e8e341c05bad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "686c27c6535c4c7da9a1557efa0f2273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/25002b31f4fc4ec78222fc4919aa5fb2", "region": "RegionOne"}], "id": "50525f3479a344d2907a0c07640bf613", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a8fa5d885154a478249cdd7d0adc68c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "67e4b14a01b748c4a5c4b3b5405e4afd", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "5d88e5be50cf4c16bc779d55bbb1b68b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "86ad82c9a01440359c287f647460d2aa", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1bddb1223e3c4e75b7c04fdf90f0472e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2", "region": "RegionOne"}], "id": "a3f1948fbfa04a29ba1a9fbf650fd424", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "0b352d0cd1254146bcaba0371b4e93a9", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "bc3d5c64ba3d41a4bd05d0a1a119543a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_25002b31f4fc4ec78222fc4919aa5fb2", "region": "RegionOne"}], "id": "a78d3d53c117419c86468c3c842ee280", "type": "object-store", "name": "swift"}]}}' 2022-07-28 20:01:12,774 118655 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'd02ca0e4-25b2-4278-bbf2-5532f864ece3', 'name': 'tempest-TestShelveInstance-256156037-network', 'tenant_id': '25002b31f4fc4ec78222fc4919aa5fb2', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '25002b31f4fc4ec78222fc4919aa5fb2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 220, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-28T20:00:44Z', 'updated_at': '2022-07-28T20:00:44Z', 'revision_number': 1} available for tenant 2022-07-28 20:01:13,146 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes 0.370s 2022-07-28 20:01:13,146 118655 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-2116067430", "imageRef": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "size": 1}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99852a0a-176e-4e95-ad15-2e52a8388d68', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99852a0a-176e-4e95-ad15-2e52a8388d68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.079425", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-28 20:01:13,220 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.064s 2022-07-28 20:01:13,220 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a51bb71c-18b5-4d3c-b299-65a007bba885', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a51bb71c-18b5-4d3c-b299-65a007bba885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:14,270 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.039s 2022-07-28 20:01:14,271 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d60a7d-7466-4967-aedc-0562acf1d2b8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d60a7d-7466-4967-aedc-0562acf1d2b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:15,322 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.040s 2022-07-28 20:01:15,322 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e105b6f-2be2-4331-8e1d-650a6e6d1da9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e105b6f-2be2-4331-8e1d-650a6e6d1da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:16,375 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.041s 2022-07-28 20:01:16,375 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a28158-194c-4880-b9f1-1140d4ed804c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a28158-194c-4880-b9f1-1140d4ed804c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:17,438 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.051s 2022-07-28 20:01:17,439 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3906e89-c56e-476c-b868-dc7bfdf4d59a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3906e89-c56e-476c-b868-dc7bfdf4d59a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:18,499 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.049s 2022-07-28 20:01:18,500 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-697bead3-fc64-48b0-b6ad-4d559924da73', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-697bead3-fc64-48b0-b6ad-4d559924da73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:19,554 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.042s 2022-07-28 20:01:19,555 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91770527-7fc0-4723-9f55-f861463c5703', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91770527-7fc0-4723-9f55-f861463c5703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:20,610 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.044s 2022-07-28 20:01:20,611 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2aecda-0828-4c7b-b7d3-632d089ca158', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2aecda-0828-4c7b-b7d3-632d089ca158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:21,680 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.058s 2022-07-28 20:01:21,681 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8927a7c-264d-4f92-98f4-281afc1279aa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8927a7c-264d-4f92-98f4-281afc1279aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:22,732 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.040s 2022-07-28 20:01:22,733 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0dce604-f06a-4d35-8bd1-d6821d7accee', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0dce604-f06a-4d35-8bd1-d6821d7accee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:23,793 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.048s 2022-07-28 20:01:23,793 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858e6464-78e7-4046-80b7-62ff641c0bbc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858e6464-78e7-4046-80b7-62ff641c0bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:24,899 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.095s 2022-07-28 20:01:24,900 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6420b666-3feb-45c4-ae33-3ac715d95d20', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6420b666-3feb-45c4-ae33-3ac715d95d20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:26,099 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.188s 2022-07-28 20:01:26,100 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d457d9ab-7ccf-4fc5-922e-3dd25a78fe87', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d457d9ab-7ccf-4fc5-922e-3dd25a78fe87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:27,155 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.044s 2022-07-28 20:01:27,156 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98cb82b6-6df1-4cad-ad28-b3d037aea53e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98cb82b6-6df1-4cad-ad28-b3d037aea53e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:28,216 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.048s 2022-07-28 20:01:28,217 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950bc754-0bcd-4050-a7a1-6d64b298fb71', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950bc754-0bcd-4050-a7a1-6d64b298fb71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:29,280 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.052s 2022-07-28 20:01:29,281 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff9701ce-a624-4408-8239-917b7706d695', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff9701ce-a624-4408-8239-917b7706d695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:30,332 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.040s 2022-07-28 20:01:30,333 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b6fee5b-9aff-49cc-ab4b-dfe785f215c8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b6fee5b-9aff-49cc-ab4b-dfe785f215c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:31,400 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.054s 2022-07-28 20:01:31,400 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8dbcb2b-d815-4f1f-96df-a28c07860f5c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8dbcb2b-d815-4f1f-96df-a28c07860f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:32,495 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.083s 2022-07-28 20:01:32,495 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26d85807-fdad-47f5-8b68-63c388401789', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26d85807-fdad-47f5-8b68-63c388401789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:33,550 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.042s 2022-07-28 20:01:33,551 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694f93fa-58ec-4072-907b-8252c742522e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694f93fa-58ec-4072-907b-8252c742522e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:34,625 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.062s 2022-07-28 20:01:34,625 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-667b13a2-7c1c-4e77-81cf-cbf1e766845b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-667b13a2-7c1c-4e77-81cf-cbf1e766845b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:35,694 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.052s 2022-07-28 20:01:35,694 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e350fb77-e9c7-4ac1-9f66-b33cf7fe7c43', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e350fb77-e9c7-4ac1-9f66-b33cf7fe7c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:36,761 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.055s 2022-07-28 20:01:36,761 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92d8bada-d209-488b-a58c-14c84bcd036c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92d8bada-d209-488b-a58c-14c84bcd036c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:37,825 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.053s 2022-07-28 20:01:37,826 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3906fd36-4380-4a01-8cf7-9281b058c678', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3906fd36-4380-4a01-8cf7-9281b058c678', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:38,937 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.085s 2022-07-28 20:01:38,937 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5b11d1-72f3-44b4-a82d-cc78c28a9ca1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5b11d1-72f3-44b4-a82d-cc78c28a9ca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:39,993 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.042s 2022-07-28 20:01:39,993 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e57f42d-ed21-43e8-bd75-bce6de777656', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e57f42d-ed21-43e8-bd75-bce6de777656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:13.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:41,059 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.044s 2022-07-28 20:01:41,060 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1b9ad4d-fcd3-490b-a235-3da4fb618fc4', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1b9ad4d-fcd3-490b-a235-3da4fb618fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:41.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "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": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:42,132 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.060s 2022-07-28 20:01:42,132 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27de28c0-cb3f-44d2-9fd7-6749f54310c4', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27de28c0-cb3f-44d2-9fd7-6749f54310c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:41.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "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": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:43,198 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.054s 2022-07-28 20:01:43,198 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-752d39cd-3a52-4886-8212-e524ab444367', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-752d39cd-3a52-4886-8212-e524ab444367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:41.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "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": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:44,252 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.043s 2022-07-28 20:01:44,253 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ed7820-17ab-4e0e-9d18-02687f33cbec', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ed7820-17ab-4e0e-9d18-02687f33cbec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:41.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "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": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:45,311 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.040s 2022-07-28 20:01:45,311 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3d9f0f3-8559-4867-ad9b-e528eb6017f7', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3d9f0f3-8559-4867-ad9b-e528eb6017f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:41.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "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": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:46,363 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.041s 2022-07-28 20:01:46,364 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54530563-cedc-4623-b621-344f70605698', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54530563-cedc-4623-b621-344f70605698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:41.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "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": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:47,420 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.045s 2022-07-28 20:01:47,420 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb8ec9ff-fe58-4a7c-a369-7d5efbf51ba2', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb8ec9ff-fe58-4a7c-a369-7d5efbf51ba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:41.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "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": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:48,477 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c 0.045s 2022-07-28 20:01:48,477 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6241c0-7acb-451e-895f-eaead9c0a2de', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6241c0-7acb-451e-895f-eaead9c0a2de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c'} Body: b'{"volume": {"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-28T20:01:13.000000", "updated_at": "2022-07-28T20:01:48.000000", "name": "tempest-tempest.common.compute-volume-2116067430", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/25002b31f4fc4ec78222fc4919aa5fb2/volumes/8a78e75a-0ec8-412c-b0be-768b27e4f35c"}], "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "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": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "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": "25002b31f4fc4ec78222fc4919aa5fb2"}}' 2022-07-28 20:01:48,488 118655 INFO [tempest.common.waiters] volume 8a78e75a-0ec8-412c-b0be-768b27e4f35c reached available after waiting for 35.488253 seconds 2022-07-28 20:01:50,173 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.67/compute/v2.1/servers 1.685s 2022-07-28 20:01:50,174 118655 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-272135273", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-1034975038", "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "networks": [{"uuid": "d02ca0e4-25b2-4278-bbf2-5532f864ece3"}], "block_device_mapping_v2": [{"uuid": "8a78e75a-0ec8-412c-b0be-768b27e4f35c", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87284773-e059-41c4-9713-1863821b98ce', 'x-compute-request-id': 'req-87284773-e059-41c4-9713-1863821b98ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "adminPass": "tD3272k7iqW7"}}' 2022-07-28 20:01:50,281 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.104s 2022-07-28 20:01:50,282 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1088', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43eedafc-4634-47d5-ba40-e159819e3f30', 'x-compute-request-id': 'req-43eedafc-4634-47d5-ba40-e159819e3f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "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-28 20:01:51,378 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:01:51,379 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1138', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb4d12ee-f28d-48eb-920b-bc18337076aa', 'x-compute-request-id': 'req-bb4d12ee-f28d-48eb-920b-bc18337076aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "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": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:01:52,477 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:01:52,477 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1186', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eed3de86-3bee-4032-8687-a442cde6de78', 'x-compute-request-id': 'req-eed3de86-3bee-4032-8687-a442cde6de78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "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": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:01:52,488 118655 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-07-28 20:01:53,591 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.101s 2022-07-28 20:01:53,591 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1204', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f45050e-eede-4240-966a-057712736f9a', 'x-compute-request-id': 'req-9f45050e-eede-4240-966a-057712736f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "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": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:01:53,604 118655 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 3 second wait 2022-07-28 20:01:54,831 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.225s 2022-07-28 20:01:54,831 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:54 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-cbfe15b8-8f44-4aa1-a2d0-f5b6c78df771', 'x-compute-request-id': 'req-cbfe15b8-8f44-4aa1-a2d0-f5b6c78df771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "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": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:01:56,066 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.222s 2022-07-28 20:01:56,066 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:55 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-30f2f1b0-ac43-4b3e-8bea-978c9945dadb', 'x-compute-request-id': 'req-30f2f1b0-ac43-4b3e-8bea-978c9945dadb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "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": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:01:57,313 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.235s 2022-07-28 20:01:57,313 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01:57 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-bbe1fe0e-222f-4df7-99a4-4c9416cbc9ef', 'x-compute-request-id': 'req-bbe1fe0e-222f-4df7-99a4-4c9416cbc9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "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": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:01:58,550 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.223s 2022-07-28 20:01:58,550 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01: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-cbbefb48-e792-4957-b285-d7f65fe2a18b', 'x-compute-request-id': 'req-cbbefb48-e792-4957-b285-d7f65fe2a18b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:01:58,561 118655 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2022-07-28 20:01:59,777 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.214s 2022-07-28 20:01:59,777 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:01: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-e26a4e6c-b2ba-446e-9c83-b795c15bff15', 'x-compute-request-id': 'req-e26a4e6c-b2ba-446e-9c83-b795c15bff15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:01,000 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.210s 2022-07-28 20:02:01,000 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02: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-2180a3ab-85a4-4b69-a5b0-a35a55788c56', 'x-compute-request-id': 'req-2180a3ab-85a4-4b69-a5b0-a35a55788c56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:02,232 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.221s 2022-07-28 20:02:02,233 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02: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-1e61b4c2-8cb6-4965-8a5d-85299d7b62f5', 'x-compute-request-id': 'req-1e61b4c2-8cb6-4965-8a5d-85299d7b62f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:03,404 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:02:03,405 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02: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-14521f9f-928f-4fd9-8dea-bced053cb313', 'x-compute-request-id': 'req-14521f9f-928f-4fd9-8dea-bced053cb313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:04,576 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:02:04,576 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:04 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-7731f480-5453-4b0e-8add-634f0cba8212', 'x-compute-request-id': 'req-7731f480-5453-4b0e-8add-634f0cba8212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:05,744 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:02:05,744 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02: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-fd0fa104-b48b-494a-a64e-b977f12150af', 'x-compute-request-id': 'req-fd0fa104-b48b-494a-a64e-b977f12150af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:06,927 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.170s 2022-07-28 20:02:06,927 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02: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-51b9d2b0-620e-4064-8082-0e3ed70a9efe', 'x-compute-request-id': 'req-51b9d2b0-620e-4064-8082-0e3ed70a9efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:08,093 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:02:08,094 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02: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-b8e4b304-04ca-4b06-8939-25d7233bd2f1', 'x-compute-request-id': 'req-b8e4b304-04ca-4b06-8939-25d7233bd2f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:09,263 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:02:09,263 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02: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-0eb0fcd4-0464-4a43-8bf3-2f2ba5a44ce5', 'x-compute-request-id': 'req-0eb0fcd4-0464-4a43-8bf3-2f2ba5a44ce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:10,648 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.372s 2022-07-28 20:02:10,649 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02: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-778c7455-1780-4b3c-9215-3daf001e05ff', 'x-compute-request-id': 'req-778c7455-1780-4b3c-9215-3daf001e05ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:11,815 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:02:11,815 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:11 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-c4017a96-cf82-4fbe-a5ef-c0f7dea42d36', 'x-compute-request-id': 'req-c4017a96-cf82-4fbe-a5ef-c0f7dea42d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:12,988 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:02:12,988 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02: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-0d9c34fd-4851-49bf-a797-1753688bb43c', 'x-compute-request-id': 'req-0d9c34fd-4851-49bf-a797-1753688bb43c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "BUILD", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:14,160 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:02:14,161 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1444', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-739ed83b-02c6-4eda-b9da-a84bf2c5a567', 'x-compute-request-id': 'req-739ed83b-02c6-4eda-b9da-a84bf2c5a567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:02:14Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:14,173 118655 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 24 second wait 2022-07-28 20:02:14,335 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.162s 2022-07-28 20:02:14,336 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1444', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e67dedeb-208a-4e49-bcb4-b9f307c3fedf', 'x-compute-request-id': 'req-e67dedeb-208a-4e49-bcb4-b9f307c3fedf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:02:14Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:02:14,548 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67:9696/v2.0/ports?device_id=f86779ed-0aff-43b5-a713-44e5384deb0d 0.200s 2022-07-28 20:02:14,548 118655 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': '931', 'x-openstack-request-id': 'req-9627acac-4c63-4029-8187-30335d1f4dab', 'date': 'Thu, 28 Jul 2022 20:02:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/ports?device_id=f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"ports":[{"id":"0ef4ac93-7c07-48a3-8303-7e752c056864","name":"","network_id":"d02ca0e4-25b2-4278-bbf2-5532f864ece3","tenant_id":"25002b31f4fc4ec78222fc4919aa5fb2","mac_address":"fa:16:3e:92:c2:87","admin_state_up":true,"status":"ACTIVE","device_id":"f86779ed-0aff-43b5-a713-44e5384deb0d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"35f9caef-0c28-4e84-a0cf-17fa45697409","ip_address":"172.20.0.14"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["7d699bf4-275e-45b5-983c-e260acefdb08"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-85144","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-28T20:01:53Z","updated_at":"2022-07-28T20:02:12Z","revision_number":5,"project_id":"25002b31f4fc4ec78222fc4919aa5fb2"}]}' 2022-07-28 20:02:16,067 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67:9696/v2.0/floatingips 1.518s 2022-07-28 20:02:16,068 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "port_id": "0ef4ac93-7c07-48a3-8303-7e752c056864", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "fixed_ip_address": "172.20.0.14"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-eb9aba2b-16a5-410c-b6c1-689d2ce98c2b', 'date': 'Thu, 28 Jul 2022 20:02:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "183ca77b-dc90-468f-8c25-87dee11cfe2d", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "floating_ip_address": "172.27.0.7", "floating_network_id": "75be64f8-4950-4ba2-999f-14e19a6e5505", "router_id": "b826acde-be77-4443-a362-3970360fc60f", "port_id": "0ef4ac93-7c07-48a3-8303-7e752c056864", "fixed_ip_address": "172.20.0.14", "status": "DOWN", "project_id": "25002b31f4fc4ec78222fc4919aa5fb2", "description": "", "port_details": {"name": "", "network_id": "d02ca0e4-25b2-4278-bbf2-5532f864ece3", "mac_address": "fa:16:3e:92:c2:87", "admin_state_up": true, "status": "ACTIVE", "device_id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-28T20:02:15Z", "updated_at": "2022-07-28T20:02:15Z", "revision_number": 0}}' 2022-07-28 20:02:16,069 118655 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.7:22' as 'ubuntu' with public key authentication 2022-07-28 20:02:19,997 118655 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.7 ([Errno None] Unable to connect to port 22 on 172.27.0.7). Number attempts: 1. Retry after 2 seconds. 2022-07-28 20:02:25,564 118655 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.7 ([Errno None] Unable to connect to port 22 on 172.27.0.7). Number attempts: 2. Retry after 3 seconds. 2022-07-28 20:02:32,124 118655 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.7 ([Errno None] Unable to connect to port 22 on 172.27.0.7). Number attempts: 3. Retry after 4 seconds. 2022-07-28 20:02:39,680 118655 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.7 ([Errno None] Unable to connect to port 22 on 172.27.0.7). Number attempts: 4. Retry after 5 seconds. 2022-07-28 20:02:48,252 118655 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.7 ([Errno None] Unable to connect to port 22 on 172.27.0.7). Number attempts: 5. Retry after 6 seconds. 2022-07-28 20:02:54,760 118655 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.7 ([Errno None] Unable to connect to port 22 on 172.27.0.7). Number attempts: 6. Retry after 7 seconds. 2022-07-28 20:03:02,370 118655 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:03:02,770 118655 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2022-07-28 20:03:02,772 118655 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.7 (Authentication failed.). Number attempts: 7. Retry after 8 seconds. 2022-07-28 20:03:11,291 118655 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:03:11,411 118655 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:03:11,412 118655 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.7 successfully created 2022-07-28 20:03:11,412 118655 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-28 20:03:11,412 118655 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.7:22' as 'ubuntu' with public key authentication 2022-07-28 20:03:11,432 118655 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:03:11,577 118655 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:03:11,577 118655 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.7 successfully created 2022-07-28 20:03:52,334 118655 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-28 20:03:52,335 118655 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.7:22' as 'ubuntu' with public key authentication 2022-07-28 20:03:52,356 118655 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-28 20:03:52,457 118655 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-28 20:03:52,458 118655 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.7 successfully created 2022-07-28 20:04:32,814 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d/action 0.109s 2022-07-28 20:04:32,815 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"shelve": {}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04:32 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-984a346a-8932-4c6e-b8b0-648915fa573b', 'x-compute-request-id': 'req-984a346a-8932-4c6e-b8b0-648915fa573b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d/action'} Body: b'' 2022-07-28 20:04:33,180 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.364s 2022-07-28 20:04:33,180 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-b61c0e3f-86ef-422f-91ad-6fd7313cecc4', 'x-compute-request-id': 'req-b61c0e3f-86ef-422f-91ad-6fd7313cecc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:34,350 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:04:34,350 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-8ed2a24d-8c44-4405-8e4a-957a929feac2', 'x-compute-request-id': 'req-8ed2a24d-8c44-4405-8e4a-957a929feac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:35,670 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.306s 2022-07-28 20:04:35,670 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-733f6571-a57c-43c2-822f-be12004fef4a', 'x-compute-request-id': 'req-733f6571-a57c-43c2-822f-be12004fef4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:36,840 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:04:36,840 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-cc47de08-52d0-44be-adf1-80058f46f330', 'x-compute-request-id': 'req-cc47de08-52d0-44be-adf1-80058f46f330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:38,007 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:04:38,007 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-00620186-dd7d-4d7a-988e-be57c77c16c2', 'x-compute-request-id': 'req-00620186-dd7d-4d7a-988e-be57c77c16c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:39,179 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:04:39,180 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-c6b9130f-8397-42ca-ba20-4d1feb09d9e0', 'x-compute-request-id': 'req-c6b9130f-8397-42ca-ba20-4d1feb09d9e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:40,345 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.153s 2022-07-28 20:04:40,346 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-bb526177-e104-4ad0-bf20-9c913d445394', 'x-compute-request-id': 'req-bb526177-e104-4ad0-bf20-9c913d445394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:41,521 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.162s 2022-07-28 20:04:41,521 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-13094c81-7aa9-4656-a219-9966d338f1dc', 'x-compute-request-id': 'req-13094c81-7aa9-4656-a219-9966d338f1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:42,686 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.152s 2022-07-28 20:04:42,687 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-f58f02cb-1638-4ab2-b7de-160c244d0be1', 'x-compute-request-id': 'req-f58f02cb-1638-4ab2-b7de-160c244d0be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:43,859 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:04:43,859 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-cb1fdcec-562b-4aed-9976-cce3507f11a1', 'x-compute-request-id': 'req-cb1fdcec-562b-4aed-9976-cce3507f11a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:45,031 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:04:45,031 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-61badd3f-7197-41b7-b0cb-3f850c2f98c3', 'x-compute-request-id': 'req-61badd3f-7197-41b7-b0cb-3f850c2f98c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:46,224 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.179s 2022-07-28 20:04:46,224 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-b637b8e2-2331-4f1a-ba4a-f985f4026838', 'x-compute-request-id': 'req-b637b8e2-2331-4f1a-ba4a-f985f4026838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:47,398 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.161s 2022-07-28 20:04:47,399 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-c4ca9efe-2529-4840-b8b0-93c761c759f2', 'x-compute-request-id': 'req-c4ca9efe-2529-4840-b8b0-93c761c759f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:48,568 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:04:48,568 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-306e419c-896c-44a4-9664-bae2c561ccab', 'x-compute-request-id': 'req-306e419c-896c-44a4-9664-bae2c561ccab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:49,736 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:04:49,736 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-69c7d390-9a44-404e-8a0f-21f7d61f1125', 'x-compute-request-id': 'req-69c7d390-9a44-404e-8a0f-21f7d61f1125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:50,906 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:04:50,907 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-67fa9763-dfc7-47ee-aea3-930ff100f503', 'x-compute-request-id': 'req-67fa9763-dfc7-47ee-aea3-930ff100f503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:52,074 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.153s 2022-07-28 20:04:52,074 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-a26e49f0-9a40-44b9-a7fa-1f3efcefbef0', 'x-compute-request-id': 'req-a26e49f0-9a40-44b9-a7fa-1f3efcefbef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:53,247 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.161s 2022-07-28 20:04:53,248 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-bc827289-12fc-4157-a720-4377358913ea', 'x-compute-request-id': 'req-bc827289-12fc-4157-a720-4377358913ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:54,415 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:04:54,415 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-d3060e9a-f32f-4094-bd14-1b55622532b0', 'x-compute-request-id': 'req-d3060e9a-f32f-4094-bd14-1b55622532b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:55,591 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.162s 2022-07-28 20:04:55,592 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-3e0fed2b-1c83-420d-8bf8-ea5525448997', 'x-compute-request-id': 'req-3e0fed2b-1c83-420d-8bf8-ea5525448997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:56,761 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:04:56,761 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-d587440d-7aa0-415f-b837-a4939af6f6ac', 'x-compute-request-id': 'req-d587440d-7aa0-415f-b837-a4939af6f6ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:57,937 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.163s 2022-07-28 20:04:57,937 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-a680a2b9-b259-4557-a1b1-d6fcfb1dc210', 'x-compute-request-id': 'req-a680a2b9-b259-4557-a1b1-d6fcfb1dc210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:04:59,103 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.153s 2022-07-28 20:04:59,103 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:04: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-1216d7ed-81a4-4e69-bcae-1de2c898a41e', 'x-compute-request-id': 'req-1216d7ed-81a4-4e69-bcae-1de2c898a41e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:00,272 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:05:00,272 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-83994d18-cc72-4fd6-ad97-b66e7ccda192', 'x-compute-request-id': 'req-83994d18-cc72-4fd6-ad97-b66e7ccda192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:01,443 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:05:01,443 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-08693612-7354-4825-8b39-691f4277d0c9', 'x-compute-request-id': 'req-08693612-7354-4825-8b39-691f4277d0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:02,608 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.151s 2022-07-28 20:05:02,609 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-5b1b501c-d9d8-4da5-bb2c-bcc30574dd44', 'x-compute-request-id': 'req-5b1b501c-d9d8-4da5-bb2c-bcc30574dd44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:03,776 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:05:03,777 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-dd0dd5c7-8b15-423c-9982-7a413484b56a', 'x-compute-request-id': 'req-dd0dd5c7-8b15-423c-9982-7a413484b56a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:04,947 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:05:04,948 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-6daa647d-b002-4d09-8b21-11ad41cf500b', 'x-compute-request-id': 'req-6daa647d-b002-4d09-8b21-11ad41cf500b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:06,116 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:05:06,116 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-5ac75910-0c53-478a-9001-e357c1af6b41', 'x-compute-request-id': 'req-5ac75910-0c53-478a-9001-e357c1af6b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:07,288 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.159s 2022-07-28 20:05:07,289 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-5cf098ee-b3dd-4a45-9d4c-cf0417488d7a', 'x-compute-request-id': 'req-5cf098ee-b3dd-4a45-9d4c-cf0417488d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:08,466 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.164s 2022-07-28 20:05:08,466 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-c34338b0-1132-4c7f-8aa8-95b46e6233c9', 'x-compute-request-id': 'req-c34338b0-1132-4c7f-8aa8-95b46e6233c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:09,639 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.159s 2022-07-28 20:05:09,639 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-fd03f3f2-c31d-4641-96df-a55afa236e8e', 'x-compute-request-id': 'req-fd03f3f2-c31d-4641-96df-a55afa236e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:10,809 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:05:10,810 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-cf63bd32-eb34-4d84-9038-2beec202ea02', 'x-compute-request-id': 'req-cf63bd32-eb34-4d84-9038-2beec202ea02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:11,984 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.161s 2022-07-28 20:05:11,985 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-7fde42aa-7ab5-45fe-8bf0-85900d3e242b', 'x-compute-request-id': 'req-7fde42aa-7ab5-45fe-8bf0-85900d3e242b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:13,153 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:05:13,154 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-63a6d450-4c01-43cc-9986-c6bff9135488', 'x-compute-request-id': 'req-63a6d450-4c01-43cc-9986-c6bff9135488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:14,319 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.152s 2022-07-28 20:05:14,319 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-eae7028b-ccd2-46b1-8175-73b5112928cc', 'x-compute-request-id': 'req-eae7028b-ccd2-46b1-8175-73b5112928cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:15,492 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:05:15,493 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-9160be0a-e52c-49c7-89f1-92be306ce7c1', 'x-compute-request-id': 'req-9160be0a-e52c-49c7-89f1-92be306ce7c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:16,664 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:05:16,664 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-9e4724f6-390d-4019-b933-21a8b864ac0c', 'x-compute-request-id': 'req-9e4724f6-390d-4019-b933-21a8b864ac0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:17,837 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:05:17,837 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-82725845-d996-47f5-9c79-bf18348f8a74', 'x-compute-request-id': 'req-82725845-d996-47f5-9c79-bf18348f8a74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:19,006 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:05:19,007 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-d58aaa38-d7d3-467c-ab09-05c8401e6222', 'x-compute-request-id': 'req-d58aaa38-d7d3-467c-ab09-05c8401e6222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:20,175 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:05:20,175 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-d906a8a7-5447-4e9e-9a22-73938be12dc3', 'x-compute-request-id': 'req-d906a8a7-5447-4e9e-9a22-73938be12dc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:21,346 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:05:21,347 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-d69f870d-3c1e-4c04-874e-09e73c5d0e8f', 'x-compute-request-id': 'req-d69f870d-3c1e-4c04-874e-09e73c5d0e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:22,515 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:05:22,516 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-de4695e8-f24d-4c42-9ef8-a208065007c2', 'x-compute-request-id': 'req-de4695e8-f24d-4c42-9ef8-a208065007c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:23,686 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:05:23,686 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-31e72557-3706-4faa-8757-aa207b9d7be1', 'x-compute-request-id': 'req-31e72557-3706-4faa-8757-aa207b9d7be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:24,854 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:05:24,855 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-eea97f74-b73e-479f-bc74-9e146ffa3746', 'x-compute-request-id': 'req-eea97f74-b73e-479f-bc74-9e146ffa3746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:26,036 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.169s 2022-07-28 20:05:26,036 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-9016a0f6-b17b-4d00-929c-a1126b8424c7', 'x-compute-request-id': 'req-9016a0f6-b17b-4d00-929c-a1126b8424c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:27,202 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:05:27,203 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-6d0892ac-6825-4a98-8f4c-d0513b010c2c', 'x-compute-request-id': 'req-6d0892ac-6825-4a98-8f4c-d0513b010c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:28,376 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.159s 2022-07-28 20:05:28,376 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-b7b0dd4b-96ce-4137-a3fd-915d23a3ba92', 'x-compute-request-id': 'req-b7b0dd4b-96ce-4137-a3fd-915d23a3ba92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:29,549 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:05:29,549 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-ae7a0b9f-0b33-4ff7-a57b-bcd2c2e986c3', 'x-compute-request-id': 'req-ae7a0b9f-0b33-4ff7-a57b-bcd2c2e986c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:30,717 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.153s 2022-07-28 20:05:30,717 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-f0c216d6-4569-4b90-8016-4c0adf89e6af', 'x-compute-request-id': 'req-f0c216d6-4569-4b90-8016-4c0adf89e6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:31,885 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:05:31,886 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-5d2f918e-625e-4703-ac11-3114e64dbceb', 'x-compute-request-id': 'req-5d2f918e-625e-4703-ac11-3114e64dbceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:33,054 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:05:33,054 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-753a7847-c2b7-4b52-8453-0e085e401846', 'x-compute-request-id': 'req-753a7847-c2b7-4b52-8453-0e085e401846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:34,225 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:05:34,225 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-90ebbc34-35e6-455e-ac25-d36a74e93ad1', 'x-compute-request-id': 'req-90ebbc34-35e6-455e-ac25-d36a74e93ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:35,395 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:05:35,395 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-aea587c1-2fbb-4db2-874e-a30737f2c8d5', 'x-compute-request-id': 'req-aea587c1-2fbb-4db2-874e-a30737f2c8d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:36,565 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:05:36,566 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-f1d367f0-4b7d-4e3c-81b5-3f0841118456', 'x-compute-request-id': 'req-f1d367f0-4b7d-4e3c-81b5-3f0841118456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:37,737 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:05:37,737 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-818cff03-43fa-47e8-aced-7686624740ba', 'x-compute-request-id': 'req-818cff03-43fa-47e8-aced-7686624740ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:38,907 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:05:38,908 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-9e431bfd-c2de-488d-8f9b-19917e9d01a8', 'x-compute-request-id': 'req-9e431bfd-c2de-488d-8f9b-19917e9d01a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:40,136 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:05:40,136 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-7493c651-9b06-4a8f-8a53-37877c49c3cb', 'x-compute-request-id': 'req-7493c651-9b06-4a8f-8a53-37877c49c3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:41,306 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:05:41,306 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-c933fe20-1626-4a2d-a5ce-83f7b3788310', 'x-compute-request-id': 'req-c933fe20-1626-4a2d-a5ce-83f7b3788310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:42,473 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.153s 2022-07-28 20:05:42,473 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-0a7eed86-4d61-4ede-8af1-7f5943bc072e', 'x-compute-request-id': 'req-0a7eed86-4d61-4ede-8af1-7f5943bc072e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:43,641 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:05:43,642 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-45050839-9cbe-474f-a2e1-d2b992b1dfc1', 'x-compute-request-id': 'req-45050839-9cbe-474f-a2e1-d2b992b1dfc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:44,809 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:05:44,809 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-4fa869e8-0f87-4dc4-bb3d-1a447c6d3dc0', 'x-compute-request-id': 'req-4fa869e8-0f87-4dc4-bb3d-1a447c6d3dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:45,984 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.162s 2022-07-28 20:05:45,985 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-2d50cb58-4cdf-40a1-84cc-4d0d80ceb51e', 'x-compute-request-id': 'req-2d50cb58-4cdf-40a1-84cc-4d0d80ceb51e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:47,158 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.159s 2022-07-28 20:05:47,158 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-8a27b218-4d14-4e75-9b0f-52c4cf0318be', 'x-compute-request-id': 'req-8a27b218-4d14-4e75-9b0f-52c4cf0318be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:48,323 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.152s 2022-07-28 20:05:48,323 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-41e78243-50b4-4d68-8651-9a5330a41d0b', 'x-compute-request-id': 'req-41e78243-50b4-4d68-8651-9a5330a41d0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:49,493 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:05:49,494 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-5db7bbcc-5cdc-4ec3-b6e0-22538265392f', 'x-compute-request-id': 'req-5db7bbcc-5cdc-4ec3-b6e0-22538265392f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:50,771 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.264s 2022-07-28 20:05:50,772 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-5a8173e7-8bfc-4d88-ad0d-3eea79366695', 'x-compute-request-id': 'req-5a8173e7-8bfc-4d88-ad0d-3eea79366695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:52,013 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.228s 2022-07-28 20:05:52,013 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-b522b7ad-0394-4712-a80c-0d07309f57df', 'x-compute-request-id': 'req-b522b7ad-0394-4712-a80c-0d07309f57df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:53,331 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.304s 2022-07-28 20:05:53,332 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-c60dacf8-2bf9-4917-97fe-273c1eb9972a', 'x-compute-request-id': 'req-c60dacf8-2bf9-4917-97fe-273c1eb9972a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:54,535 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.188s 2022-07-28 20:05:54,535 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-e8de51de-f685-4b38-9a4a-43f332176be3', 'x-compute-request-id': 'req-e8de51de-f685-4b38-9a4a-43f332176be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:55,721 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.173s 2022-07-28 20:05:55,722 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-e4c08f15-4358-44e0-b216-b3fdf63f7d27', 'x-compute-request-id': 'req-e4c08f15-4358-44e0-b216-b3fdf63f7d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:56,892 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:05:56,893 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-cb39adb0-f548-4abd-9543-23506a12ec9a', 'x-compute-request-id': 'req-cb39adb0-f548-4abd-9543-23506a12ec9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:58,065 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.161s 2022-07-28 20:05:58,066 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-ed562608-4d04-4351-8e28-016ec0ce84c0', 'x-compute-request-id': 'req-ed562608-4d04-4351-8e28-016ec0ce84c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:05:59,235 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:05:59,235 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:05: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-2bd2d62e-4d42-42f1-a207-307dbf7d062d', 'x-compute-request-id': 'req-2bd2d62e-4d42-42f1-a207-307dbf7d062d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:00,406 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:06:00,406 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-a5d213bc-9ed4-4633-b6c3-1c34d988015f', 'x-compute-request-id': 'req-a5d213bc-9ed4-4633-b6c3-1c34d988015f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:01,575 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:06:01,576 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-08de8ee3-cb9b-4c53-8e00-8907a4645ea9', 'x-compute-request-id': 'req-08de8ee3-cb9b-4c53-8e00-8907a4645ea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:02,745 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:06:02,745 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-892dee0c-2004-4d3f-bfe8-354f6464c1cd', 'x-compute-request-id': 'req-892dee0c-2004-4d3f-bfe8-354f6464c1cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:03,916 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:06:03,916 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-81809ae5-fa51-43e8-a6d0-26df696fb4ba', 'x-compute-request-id': 'req-81809ae5-fa51-43e8-a6d0-26df696fb4ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:05,083 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:06:05,083 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-98fb60ae-378f-436d-8840-412848349c4e', 'x-compute-request-id': 'req-98fb60ae-378f-436d-8840-412848349c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:06,260 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:06:06,260 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-216d56ca-5b68-49c9-98e4-84c26c183922', 'x-compute-request-id': 'req-216d56ca-5b68-49c9-98e4-84c26c183922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:07,427 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.153s 2022-07-28 20:06:07,427 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-d3fb4491-f504-4679-bdf9-359209de5a31', 'x-compute-request-id': 'req-d3fb4491-f504-4679-bdf9-359209de5a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:08,693 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.252s 2022-07-28 20:06:08,693 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-93e3c4ec-fa90-485f-8aee-b27ae6a8731e', 'x-compute-request-id': 'req-93e3c4ec-fa90-485f-8aee-b27ae6a8731e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:09,870 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.164s 2022-07-28 20:06:09,870 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-805dc6c5-e07e-4724-856a-f15839d37123', 'x-compute-request-id': 'req-805dc6c5-e07e-4724-856a-f15839d37123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:11,038 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:06:11,039 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-8fe172f1-370e-460d-a000-ed8aa20597d3', 'x-compute-request-id': 'req-8fe172f1-370e-460d-a000-ed8aa20597d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:12,408 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.357s 2022-07-28 20:06:12,409 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-dfa4147e-c26b-4673-8954-31382478d92b', 'x-compute-request-id': 'req-dfa4147e-c26b-4673-8954-31382478d92b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:13,584 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.161s 2022-07-28 20:06:13,584 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-d37264d7-dfa2-4789-9781-caa2db856211', 'x-compute-request-id': 'req-d37264d7-dfa2-4789-9781-caa2db856211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:14,756 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.159s 2022-07-28 20:06:14,756 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-ca69ab60-773d-4fd3-83c1-d83a6bc7bef1', 'x-compute-request-id': 'req-ca69ab60-773d-4fd3-83c1-d83a6bc7bef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:15,925 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:06:15,926 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-84933364-e379-4084-9b98-23d8183a96da', 'x-compute-request-id': 'req-84933364-e379-4084-9b98-23d8183a96da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:17,097 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:06:17,097 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-04e123e9-0dc1-43a9-80af-8df4cc05bb3a', 'x-compute-request-id': 'req-04e123e9-0dc1-43a9-80af-8df4cc05bb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:18,266 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:06:18,266 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-fb134233-e019-424c-b869-94096fb3bb39', 'x-compute-request-id': 'req-fb134233-e019-424c-b869-94096fb3bb39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:19,443 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:06:19,444 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-5c76bb9f-2364-45fa-bfc2-4e88a633bc0f', 'x-compute-request-id': 'req-5c76bb9f-2364-45fa-bfc2-4e88a633bc0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:20,616 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.159s 2022-07-28 20:06:20,616 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-cafe3daa-e2cc-48d2-85e9-fccc03e88506', 'x-compute-request-id': 'req-cafe3daa-e2cc-48d2-85e9-fccc03e88506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:21,792 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.162s 2022-07-28 20:06:21,792 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-12c10e74-a272-45f0-8f5e-5a240b6a79a9', 'x-compute-request-id': 'req-12c10e74-a272-45f0-8f5e-5a240b6a79a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:22,963 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:06:22,964 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-767c1acb-3207-4a45-b51f-8692b457a06e', 'x-compute-request-id': 'req-767c1acb-3207-4a45-b51f-8692b457a06e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:24,131 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:06:24,131 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-65b956ce-6149-4ed7-b987-23f34fe3cea6', 'x-compute-request-id': 'req-65b956ce-6149-4ed7-b987-23f34fe3cea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:25,305 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:06:25,305 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-49a479a3-11f7-48fd-8dda-84826717da52', 'x-compute-request-id': 'req-49a479a3-11f7-48fd-8dda-84826717da52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:26,470 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.151s 2022-07-28 20:06:26,470 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-a9b219a3-82c0-4e83-8ada-6d71752b5a3b', 'x-compute-request-id': 'req-a9b219a3-82c0-4e83-8ada-6d71752b5a3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:27,645 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.162s 2022-07-28 20:06:27,646 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-1372d467-8eb3-4f82-a463-e761ec5c0108', 'x-compute-request-id': 'req-1372d467-8eb3-4f82-a463-e761ec5c0108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:28,822 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.163s 2022-07-28 20:06:28,822 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-f2f1a8d4-8075-49c3-9b7e-20c7df085976', 'x-compute-request-id': 'req-f2f1a8d4-8075-49c3-9b7e-20c7df085976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:29,993 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:06:29,994 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-2f3655e1-8fea-4718-bb9a-10c8dd0f12e4', 'x-compute-request-id': 'req-2f3655e1-8fea-4718-bb9a-10c8dd0f12e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:31,180 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.173s 2022-07-28 20:06:31,181 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-b49d779a-c704-4c1c-95f2-323f4f1e8bf7', 'x-compute-request-id': 'req-b49d779a-c704-4c1c-95f2-323f4f1e8bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:32,354 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:06:32,355 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-f098b6e4-421a-4918-acb7-802bfdc8ef9a', 'x-compute-request-id': 'req-f098b6e4-421a-4918-acb7-802bfdc8ef9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:33,533 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.164s 2022-07-28 20:06:33,533 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-06392405-98be-441d-b95e-fc5060202e22', 'x-compute-request-id': 'req-06392405-98be-441d-b95e-fc5060202e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:34,704 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:06:34,705 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-9302c807-3be3-4a21-af82-1cf1fe34f31c', 'x-compute-request-id': 'req-9302c807-3be3-4a21-af82-1cf1fe34f31c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:35,876 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:06:35,876 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-28f2b46c-0905-45e5-b9df-77a44d56d7fe', 'x-compute-request-id': 'req-28f2b46c-0905-45e5-b9df-77a44d56d7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:37,051 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.162s 2022-07-28 20:06:37,051 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-59dd8b66-dfae-4112-9b15-5df7aa92a376', 'x-compute-request-id': 'req-59dd8b66-dfae-4112-9b15-5df7aa92a376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:38,223 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:06:38,223 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-37d9d276-3798-4c47-94dd-497e6a450142', 'x-compute-request-id': 'req-37d9d276-3798-4c47-94dd-497e6a450142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:39,396 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:06:39,396 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-514aa202-64a6-4a72-8fb1-60bd8a3ed62b', 'x-compute-request-id': 'req-514aa202-64a6-4a72-8fb1-60bd8a3ed62b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:40,564 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:06:40,564 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-fe15e2e9-5690-47ca-8111-b0e7804bbe69', 'x-compute-request-id': 'req-fe15e2e9-5690-47ca-8111-b0e7804bbe69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:41,734 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:06:41,735 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-2d777824-683b-4096-8529-d3b6af293b80', 'x-compute-request-id': 'req-2d777824-683b-4096-8529-d3b6af293b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:42,905 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:06:42,905 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-84038a83-2477-4fce-a7ff-94ac75924268', 'x-compute-request-id': 'req-84038a83-2477-4fce-a7ff-94ac75924268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:44,072 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.153s 2022-07-28 20:06:44,072 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-135644c9-0720-4114-9815-364a8b09e6cf', 'x-compute-request-id': 'req-135644c9-0720-4114-9815-364a8b09e6cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:45,245 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:06:45,246 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-edf20ca8-4b4e-4524-abd9-0e2dd03ece9c', 'x-compute-request-id': 'req-edf20ca8-4b4e-4524-abd9-0e2dd03ece9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:46,417 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.159s 2022-07-28 20:06:46,418 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-2f499ffc-988a-44fc-8bf7-7266e81421ff', 'x-compute-request-id': 'req-2f499ffc-988a-44fc-8bf7-7266e81421ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:47,595 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.164s 2022-07-28 20:06:47,596 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-df231e9b-d5e9-49e8-a659-f1597272ceea', 'x-compute-request-id': 'req-df231e9b-d5e9-49e8-a659-f1597272ceea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:48,766 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:06:48,766 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-86e61e9f-f07e-4b78-9c1d-eed71bc9eecf', 'x-compute-request-id': 'req-86e61e9f-f07e-4b78-9c1d-eed71bc9eecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:49,946 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.167s 2022-07-28 20:06:49,946 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-bede967a-125f-42e8-a046-a4d2a69508e0', 'x-compute-request-id': 'req-bede967a-125f-42e8-a046-a4d2a69508e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:51,123 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.164s 2022-07-28 20:06:51,123 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-4797503d-1bfa-49e1-8efe-9dbc0cf4a84e', 'x-compute-request-id': 'req-4797503d-1bfa-49e1-8efe-9dbc0cf4a84e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:52,293 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:06:52,293 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-31db953c-7385-4a50-a502-3594f693354b', 'x-compute-request-id': 'req-31db953c-7385-4a50-a502-3594f693354b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:53,466 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.161s 2022-07-28 20:06:53,467 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-857c68c5-0afd-4da5-9f84-610167292085', 'x-compute-request-id': 'req-857c68c5-0afd-4da5-9f84-610167292085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:54,636 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:06:54,636 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-990c862a-e690-46bb-9ab4-85e63af6490b', 'x-compute-request-id': 'req-990c862a-e690-46bb-9ab4-85e63af6490b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:55,809 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.159s 2022-07-28 20:06:55,810 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-256ce54c-fe04-44b8-ac8a-f5a175322196', 'x-compute-request-id': 'req-256ce54c-fe04-44b8-ac8a-f5a175322196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:56,982 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:06:56,982 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-5c217094-f72a-4c7a-9c36-e468c62d8e5b', 'x-compute-request-id': 'req-5c217094-f72a-4c7a-9c36-e468c62d8e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:58,158 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.163s 2022-07-28 20:06:58,159 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-661268e5-b9d3-45ff-8b6a-c16a1211519d', 'x-compute-request-id': 'req-661268e5-b9d3-45ff-8b6a-c16a1211519d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:06:59,332 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:06:59,332 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:06: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-b3a1144a-b75d-4ca2-8ef3-22aa240a452f', 'x-compute-request-id': 'req-b3a1144a-b75d-4ca2-8ef3-22aa240a452f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:07:00,506 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.160s 2022-07-28 20:07:00,507 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:07: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-8af5ce3e-b6d9-4f11-b9f7-f491ad8e69a2', 'x-compute-request-id': 'req-8af5ce3e-b6d9-4f11-b9f7-f491ad8e69a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:01,368 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 59.849s 2022-07-28 20:08:01,369 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:07: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-aef52b10-f88b-4787-a182-21958255723d', 'x-compute-request-id': 'req-aef52b10-f88b-4787-a182-21958255723d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:46,054 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 43.672s 2022-07-28 20:08:46,055 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-3b557cb2-afd7-498d-ac54-ecb94c7f369a', 'x-compute-request-id': 'req-3b557cb2-afd7-498d-ac54-ecb94c7f369a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:47,223 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:08:47,223 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-a9080455-28f1-450c-8545-fd83f4c18edd', 'x-compute-request-id': 'req-a9080455-28f1-450c-8545-fd83f4c18edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:48,399 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.163s 2022-07-28 20:08:48,400 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-803d35eb-f1b5-4c98-b0a9-8afddb6f68e4', 'x-compute-request-id': 'req-803d35eb-f1b5-4c98-b0a9-8afddb6f68e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:49,587 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.174s 2022-07-28 20:08:49,588 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-859fc17d-e724-406e-9f55-a769a3ff01ff', 'x-compute-request-id': 'req-859fc17d-e724-406e-9f55-a769a3ff01ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:50,758 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:08:50,759 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-5973dd5a-34ce-475a-9a12-99765f9e3696', 'x-compute-request-id': 'req-5973dd5a-34ce-475a-9a12-99765f9e3696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:51,926 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.155s 2022-07-28 20:08:51,926 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-95f45352-8639-4162-8a79-2df2bae9e472', 'x-compute-request-id': 'req-95f45352-8639-4162-8a79-2df2bae9e472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:53,096 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:08:53,096 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-9591d249-7e2c-43d4-ad41-bf49c264b496', 'x-compute-request-id': 'req-9591d249-7e2c-43d4-ad41-bf49c264b496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:54,277 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.167s 2022-07-28 20:08:54,278 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-44473959-0d2f-4e47-ba70-fd663d373430', 'x-compute-request-id': 'req-44473959-0d2f-4e47-ba70-fd663d373430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:55,449 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.158s 2022-07-28 20:08:55,450 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-8b4b5a92-c0d9-4cdc-ac55-604a575ce3c6', 'x-compute-request-id': 'req-8b4b5a92-c0d9-4cdc-ac55-604a575ce3c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:56,619 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:08:56,620 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-f0b5c847-fe41-4811-89b7-fa758a2f38e0', 'x-compute-request-id': 'req-f0b5c847-fe41-4811-89b7-fa758a2f38e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:57,788 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.156s 2022-07-28 20:08:57,789 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-de64c301-69d8-4eca-8ea4-fc75646a7b98', 'x-compute-request-id': 'req-de64c301-69d8-4eca-8ea4-fc75646a7b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:08:58,961 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.159s 2022-07-28 20:08:58,961 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-3c64fd12-7187-4fe8-9aa4-4a7a00583322', 'x-compute-request-id': 'req-3c64fd12-7187-4fe8-9aa4-4a7a00583322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:09:00,128 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.154s 2022-07-28 20:09:00,128 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:08: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-326300b3-b793-420c-9e69-49a4fc787758', 'x-compute-request-id': 'req-326300b3-b793-420c-9e69-49a4fc787758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:09:01,302 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.161s 2022-07-28 20:09:01,302 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:09: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-00bf4441-c52e-49c4-996a-28244cfd96bf', 'x-compute-request-id': 'req-00bf4441-c52e-49c4-996a-28244cfd96bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:10:01,732 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 59.417s 2022-07-28 20:10:01,732 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:09: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-d36bbe13-b951-4185-a7d6-1344d952b2e9', 'x-compute-request-id': 'req-d36bbe13-b951-4185-a7d6-1344d952b2e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:04:33Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:11:02,788 118655 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 2022-07-28 20:12:02,837 118655 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 2022-07-28 20:13:02,897 118655 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 2022-07-28 20:14:02,956 118655 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.67', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 2022-07-28 20:14:47,446 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 284.701s 2022-07-28 20:14:47,447 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de70ffff-2aeb-44bc-9591-f57896df3c06', 'x-compute-request-id': 'req-de70ffff-2aeb-44bc-9591-f57896df3c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:47Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:47,458 118655 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/None" after 614 second wait 2022-07-28 20:14:49,256 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/183ca77b-dc90-468f-8c25-87dee11cfe2d 1.796s 2022-07-28 20:14:49,257 118655 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-f5c84827-8fd5-46c0-bf89-c5614ea1512b', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:14:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/183ca77b-dc90-468f-8c25-87dee11cfe2d'} Body: b'' 2022-07-28 20:14:49,423 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.166s 2022-07-28 20:14:49,424 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:49 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-fcf27bda-229d-42c5-9e45-e746de9ce52c', 'x-compute-request-id': 'req-fcf27bda-229d-42c5-9e45-e746de9ce52c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'' 2022-07-28 20:14:49,663 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.239s 2022-07-28 20:14:49,664 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14: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-c9566a8e-3de6-4cd7-bd2e-e43c0c8cafa5', 'x-compute-request-id': 'req-c9566a8e-3de6-4cd7-bd2e-e43c0c8cafa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:50,993 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.316s 2022-07-28 20:14:50,994 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14: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-00ec799c-37c5-4947-a3bd-b31a958db8cd', 'x-compute-request-id': 'req-00ec799c-37c5-4947-a3bd-b31a958db8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {"tempest-TestShelveInstance-256156037-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}, {"version": 4, "addr": "172.27.0.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:c2:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1012880163"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:52,127 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.119s 2022-07-28 20:14:52,127 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51e5fd9c-44a1-41ce-aee4-2accb4757f2a', 'x-compute-request-id': 'req-51e5fd9c-44a1-41ce-aee4-2accb4757f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:53,235 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:14:53,235 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c039d0d5-a7cc-47d6-a101-9a61ac9c310c', 'x-compute-request-id': 'req-c039d0d5-a7cc-47d6-a101-9a61ac9c310c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:54,335 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:14:54,336 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d80171d-833a-49d6-9804-eafc752cda1e', 'x-compute-request-id': 'req-1d80171d-833a-49d6-9804-eafc752cda1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:55,448 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.099s 2022-07-28 20:14:55,448 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0341103c-69ec-42ba-9734-d8037b39e211', 'x-compute-request-id': 'req-0341103c-69ec-42ba-9734-d8037b39e211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:56,546 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:14:56,547 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4de9dd4e-136e-4724-ad08-ee2fb6afdd47', 'x-compute-request-id': 'req-4de9dd4e-136e-4724-ad08-ee2fb6afdd47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:57,643 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:14:57,644 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ef0b97c-c173-4f2c-8c07-9a3a18963fc4', 'x-compute-request-id': 'req-8ef0b97c-c173-4f2c-8c07-9a3a18963fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:58,743 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:14:58,744 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ba6f154-8703-4770-9a9d-41ded026eb5d', 'x-compute-request-id': 'req-9ba6f154-8703-4770-9a9d-41ded026eb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:14:59,845 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:14:59,845 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-718b9fb8-d57d-44c3-9fcc-8c3678bb20a9', 'x-compute-request-id': 'req-718b9fb8-d57d-44c3-9fcc-8c3678bb20a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:01,166 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.309s 2022-07-28 20:15:01,167 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f314ea0-e58e-489f-bd2a-5e031c404233', 'x-compute-request-id': 'req-3f314ea0-e58e-489f-bd2a-5e031c404233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:02,279 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:15:02,279 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d25472d-76d6-4768-8cfa-0eddab644fde', 'x-compute-request-id': 'req-3d25472d-76d6-4768-8cfa-0eddab644fde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:03,378 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:03,379 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-322dca7f-6a76-4107-9020-a2433005ca90', 'x-compute-request-id': 'req-322dca7f-6a76-4107-9020-a2433005ca90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:04,477 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:04,477 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5910597-c7e4-4512-acd2-79eaeea12b0b', 'x-compute-request-id': 'req-b5910597-c7e4-4512-acd2-79eaeea12b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:05,578 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:15:05,579 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2cb4b5a-68f7-4d15-bea4-4df88210e7b5', 'x-compute-request-id': 'req-a2cb4b5a-68f7-4d15-bea4-4df88210e7b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:06,678 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:06,678 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a443b9e-cb91-4ac5-bfac-9f413d5bbc68', 'x-compute-request-id': 'req-1a443b9e-cb91-4ac5-bfac-9f413d5bbc68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:07,777 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:15:07,777 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6f03e4b-9250-43c0-ba08-513675810c27', 'x-compute-request-id': 'req-a6f03e4b-9250-43c0-ba08-513675810c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:08,874 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:15:08,874 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3afc7b6d-6b14-47fb-b3ee-69c8d4af2b75', 'x-compute-request-id': 'req-3afc7b6d-6b14-47fb-b3ee-69c8d4af2b75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:09,977 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:15:09,977 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d98ab62-7c35-4857-81ea-bbeebc9500af', 'x-compute-request-id': 'req-3d98ab62-7c35-4857-81ea-bbeebc9500af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:11,074 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:15:11,074 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c90441a-c33c-4e89-a7c4-aa85978b6714', 'x-compute-request-id': 'req-2c90441a-c33c-4e89-a7c4-aa85978b6714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:12,173 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:12,173 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be5eb360-eed8-4505-bf75-09ff94ded691', 'x-compute-request-id': 'req-be5eb360-eed8-4505-bf75-09ff94ded691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:13,275 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:15:13,275 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31d467a1-a0c5-4833-8d70-12f17b155e1d', 'x-compute-request-id': 'req-31d467a1-a0c5-4833-8d70-12f17b155e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:14,375 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:15:14,375 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14523a73-84bc-4694-a338-95a0dbb0bcd7', 'x-compute-request-id': 'req-14523a73-84bc-4694-a338-95a0dbb0bcd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:15,475 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:15,475 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf7b9644-d657-4510-9264-6db6e21a74e9', 'x-compute-request-id': 'req-cf7b9644-d657-4510-9264-6db6e21a74e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:16,576 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:15:16,576 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c328d4fa-a706-404b-aa03-1828ef3dbd4e', 'x-compute-request-id': 'req-c328d4fa-a706-404b-aa03-1828ef3dbd4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:17,676 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:15:17,676 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f297bc9b-4478-49a0-bddf-b9da7bbef039', 'x-compute-request-id': 'req-f297bc9b-4478-49a0-bddf-b9da7bbef039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:18,777 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:15:18,778 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9f87edc-4616-4b7b-abe5-39057e858fa1', 'x-compute-request-id': 'req-d9f87edc-4616-4b7b-abe5-39057e858fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:19,876 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:19,877 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9fc879c-3d26-4248-a4ec-0b2fa05a71e6', 'x-compute-request-id': 'req-b9fc879c-3d26-4248-a4ec-0b2fa05a71e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:20,974 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:15:20,974 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-454c6dbc-8256-466c-938c-583983511dfb', 'x-compute-request-id': 'req-454c6dbc-8256-466c-938c-583983511dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:22,074 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:15:22,074 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-287ccf34-813f-4f4e-ad30-4a500ca937f5', 'x-compute-request-id': 'req-287ccf34-813f-4f4e-ad30-4a500ca937f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:23,175 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:15:23,175 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8479fff6-8913-404d-b5f3-e358a9febec5', 'x-compute-request-id': 'req-8479fff6-8913-404d-b5f3-e358a9febec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:24,278 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:15:24,279 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ab00041-3079-4429-a684-a0f569356185', 'x-compute-request-id': 'req-3ab00041-3079-4429-a684-a0f569356185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:25,380 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:15:25,380 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57fec031-180c-40b3-9d22-0c8af42dbec8', 'x-compute-request-id': 'req-57fec031-180c-40b3-9d22-0c8af42dbec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:26,479 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:26,479 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65bb7352-ed0a-4ef2-ba39-77108f737b64', 'x-compute-request-id': 'req-65bb7352-ed0a-4ef2-ba39-77108f737b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:27,579 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:15:27,579 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39d09d86-cdb9-468e-be28-d6a76c040a73', 'x-compute-request-id': 'req-39d09d86-cdb9-468e-be28-d6a76c040a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:28,678 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:28,679 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2f8f396-a787-4a9c-ba35-efd8ab6b2c2f', 'x-compute-request-id': 'req-b2f8f396-a787-4a9c-ba35-efd8ab6b2c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:29,778 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:15:29,778 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e6371b9-c0ba-4f57-99fc-2ddb0866cac5', 'x-compute-request-id': 'req-8e6371b9-c0ba-4f57-99fc-2ddb0866cac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:30,877 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:30,878 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a853b603-0c82-4005-b831-b026d48bb250', 'x-compute-request-id': 'req-a853b603-0c82-4005-b831-b026d48bb250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:31,983 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.092s 2022-07-28 20:15:31,983 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46fe71b5-a3ff-4093-89e4-2e8c52e30fad', 'x-compute-request-id': 'req-46fe71b5-a3ff-4093-89e4-2e8c52e30fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:33,081 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:33,081 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98f86b9a-8494-4c29-a659-a7475a905a42', 'x-compute-request-id': 'req-98f86b9a-8494-4c29-a659-a7475a905a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:34,181 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:15:34,181 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35b8ba05-0ddc-42e0-96b5-77d6039e4412', 'x-compute-request-id': 'req-35b8ba05-0ddc-42e0-96b5-77d6039e4412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:35,284 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:15:35,285 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3064891e-b2c0-4fde-8cae-f5dedca0635e', 'x-compute-request-id': 'req-3064891e-b2c0-4fde-8cae-f5dedca0635e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:36,385 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:15:36,385 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdc15560-becb-4bdc-baf8-b4157d304d1c', 'x-compute-request-id': 'req-fdc15560-becb-4bdc-baf8-b4157d304d1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:37,485 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:37,485 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f28ca82c-5960-44e2-abc1-42c2114a51c4', 'x-compute-request-id': 'req-f28ca82c-5960-44e2-abc1-42c2114a51c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:38,583 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:15:38,584 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67ce6cbd-2881-4796-842f-b259ffd15645', 'x-compute-request-id': 'req-67ce6cbd-2881-4796-842f-b259ffd15645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:39,682 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:39,683 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dae9b49-d789-4573-9d76-093f6613fa16', 'x-compute-request-id': 'req-4dae9b49-d789-4573-9d76-093f6613fa16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:40,784 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:15:40,784 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91e1f6a6-de08-44ec-931a-7d5160b132e1', 'x-compute-request-id': 'req-91e1f6a6-de08-44ec-931a-7d5160b132e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:41,882 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:41,883 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cc66a99-9334-4b4e-9245-f7c24d963b48', 'x-compute-request-id': 'req-7cc66a99-9334-4b4e-9245-f7c24d963b48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:42,981 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:42,981 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b161b87-9b61-49d6-abf9-01a811f1c558', 'x-compute-request-id': 'req-8b161b87-9b61-49d6-abf9-01a811f1c558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:44,082 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:15:44,082 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77521d5a-2d37-4521-bc01-485689652675', 'x-compute-request-id': 'req-77521d5a-2d37-4521-bc01-485689652675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:45,184 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:15:45,184 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8429fe82-18d5-400f-ac94-748139ad28b3', 'x-compute-request-id': 'req-8429fe82-18d5-400f-ac94-748139ad28b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:46,288 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:15:46,288 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f72f3e5-ba53-482f-8493-4edd18a9f3ba', 'x-compute-request-id': 'req-9f72f3e5-ba53-482f-8493-4edd18a9f3ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:47,384 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:15:47,385 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34df9201-afdf-4862-b725-18c5b4ceedd0', 'x-compute-request-id': 'req-34df9201-afdf-4862-b725-18c5b4ceedd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:48,483 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:48,483 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8890bb45-2932-4ae8-9148-ef3706c65950', 'x-compute-request-id': 'req-8890bb45-2932-4ae8-9148-ef3706c65950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:49,592 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.096s 2022-07-28 20:15:49,592 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a50100c-000f-4687-9785-633ee860dd88', 'x-compute-request-id': 'req-3a50100c-000f-4687-9785-633ee860dd88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:50,691 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:50,692 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72612dcc-5a30-4aba-9a75-349c90a504fe', 'x-compute-request-id': 'req-72612dcc-5a30-4aba-9a75-349c90a504fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:51,791 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:51,791 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9eeca6e-ac9c-4874-ab83-1b0eeb04cc4e', 'x-compute-request-id': 'req-e9eeca6e-ac9c-4874-ab83-1b0eeb04cc4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:52,890 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:15:52,890 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7d54c89-1918-47d8-95f7-808f85681b44', 'x-compute-request-id': 'req-b7d54c89-1918-47d8-95f7-808f85681b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:53,994 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:15:53,994 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-137b3696-f268-4fc7-9ea8-000b05557e52', 'x-compute-request-id': 'req-137b3696-f268-4fc7-9ea8-000b05557e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:55,093 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:55,093 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c955e33-52f7-4dc3-bcf3-eeeceaa68625', 'x-compute-request-id': 'req-7c955e33-52f7-4dc3-bcf3-eeeceaa68625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:56,192 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:15:56,193 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9d86a0f-9fa8-4c27-8f42-0aef96c20fa6', 'x-compute-request-id': 'req-d9d86a0f-9fa8-4c27-8f42-0aef96c20fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:57,297 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.092s 2022-07-28 20:15:57,297 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95bfe055-3ec8-44cc-85b7-b762ab923a8c', 'x-compute-request-id': 'req-95bfe055-3ec8-44cc-85b7-b762ab923a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:58,400 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:15:58,400 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28b89769-20e6-4c00-8575-4fb0cb369785', 'x-compute-request-id': 'req-28b89769-20e6-4c00-8575-4fb0cb369785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:15:59,500 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:15:59,500 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:15:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba352525-1ec4-467f-b4f4-73d0e6605f76', 'x-compute-request-id': 'req-ba352525-1ec4-467f-b4f4-73d0e6605f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:00,598 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:16:00,598 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd704f4b-9b3b-4131-a80e-eca883a21969', 'x-compute-request-id': 'req-cd704f4b-9b3b-4131-a80e-eca883a21969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:01,698 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:16:01,699 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57f1a66e-2a3f-47a3-bafe-d682405abfc6', 'x-compute-request-id': 'req-57f1a66e-2a3f-47a3-bafe-d682405abfc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:02,804 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.093s 2022-07-28 20:16:02,805 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-321c9cd7-35b3-4708-ab8f-e9ef20b7d387', 'x-compute-request-id': 'req-321c9cd7-35b3-4708-ab8f-e9ef20b7d387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:03,903 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:03,904 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c63321d-7ae3-4e33-9837-00f76fc1b6e2', 'x-compute-request-id': 'req-2c63321d-7ae3-4e33-9837-00f76fc1b6e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:05,002 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:16:05,002 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb4e6e89-7e72-45ee-81c0-be3f2c9bdbd5', 'x-compute-request-id': 'req-eb4e6e89-7e72-45ee-81c0-be3f2c9bdbd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:06,101 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:06,102 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5154af4d-ee8e-4bcf-b844-03a278077acd', 'x-compute-request-id': 'req-5154af4d-ee8e-4bcf-b844-03a278077acd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:07,204 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:16:07,205 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cdcf81b-2f36-4461-ac25-d801a0e4db84', 'x-compute-request-id': 'req-4cdcf81b-2f36-4461-ac25-d801a0e4db84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:08,302 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:08,303 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b96f4ad2-3800-4c4b-9cd6-1a8b08e6e168', 'x-compute-request-id': 'req-b96f4ad2-3800-4c4b-9cd6-1a8b08e6e168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:09,403 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:16:09,403 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a68eeb88-c868-4190-9c31-fb205f4fb05e', 'x-compute-request-id': 'req-a68eeb88-c868-4190-9c31-fb205f4fb05e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:10,502 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:16:10,503 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50232f6a-04c4-47e0-b626-5b7a107e32c2', 'x-compute-request-id': 'req-50232f6a-04c4-47e0-b626-5b7a107e32c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:11,605 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:16:11,606 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da84cfbc-6c1d-4d5c-92f0-2db6b7a363f2', 'x-compute-request-id': 'req-da84cfbc-6c1d-4d5c-92f0-2db6b7a363f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:12,705 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:12,705 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67738f2c-5ec9-4ef9-b4cd-469880f2146b', 'x-compute-request-id': 'req-67738f2c-5ec9-4ef9-b4cd-469880f2146b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:13,804 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:13,805 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-444c943f-33f7-4451-ac17-9c1918d9a443', 'x-compute-request-id': 'req-444c943f-33f7-4451-ac17-9c1918d9a443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:14,906 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:16:14,907 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dad57a41-68d2-42b1-8d53-ea3000ef7045', 'x-compute-request-id': 'req-dad57a41-68d2-42b1-8d53-ea3000ef7045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:16,010 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:16:16,010 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5ddadd1-2352-40fc-9e59-f289b2380f75', 'x-compute-request-id': 'req-f5ddadd1-2352-40fc-9e59-f289b2380f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:17,107 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:16:17,108 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-693cef95-a6e2-4dfe-a22d-23082a305df0', 'x-compute-request-id': 'req-693cef95-a6e2-4dfe-a22d-23082a305df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:18,211 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:16:18,212 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6fb5ccf-c450-4c93-a81c-1836d6d85004', 'x-compute-request-id': 'req-c6fb5ccf-c450-4c93-a81c-1836d6d85004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:19,311 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:19,312 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d61a9b7-6189-400a-a48a-08362f798d45', 'x-compute-request-id': 'req-3d61a9b7-6189-400a-a48a-08362f798d45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:20,413 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:16:20,413 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae045d7f-806d-4556-bd64-793d27d7244c', 'x-compute-request-id': 'req-ae045d7f-806d-4556-bd64-793d27d7244c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:21,512 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:21,513 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b307957b-9ab7-43ef-964d-083464b83d94', 'x-compute-request-id': 'req-b307957b-9ab7-43ef-964d-083464b83d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:22,610 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:16:22,611 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-178c9372-73d6-4099-98f4-2e65b4dfd73b', 'x-compute-request-id': 'req-178c9372-73d6-4099-98f4-2e65b4dfd73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:23,714 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:16:23,714 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bde079f-633a-4126-980d-b92e4f53e9ab', 'x-compute-request-id': 'req-7bde079f-633a-4126-980d-b92e4f53e9ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:24,815 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:16:24,815 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b223723-941f-4a65-8560-e3fb92667830', 'x-compute-request-id': 'req-3b223723-941f-4a65-8560-e3fb92667830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:25,915 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:25,915 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82ab0843-2d93-452c-948e-02d61d89bd9c', 'x-compute-request-id': 'req-82ab0843-2d93-452c-948e-02d61d89bd9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:27,015 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:16:27,016 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32833e5f-940c-4885-b30d-1e835a6c6ab1', 'x-compute-request-id': 'req-32833e5f-940c-4885-b30d-1e835a6c6ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:28,115 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:28,115 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc28f7a9-1194-4d7a-80f7-5748452a7e43', 'x-compute-request-id': 'req-cc28f7a9-1194-4d7a-80f7-5748452a7e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:29,216 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:16:29,217 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c434a06-3081-480c-a78d-74f92ee28575', 'x-compute-request-id': 'req-6c434a06-3081-480c-a78d-74f92ee28575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:30,318 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:16:30,318 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d90d7f83-007c-4201-867e-49f971d18d39', 'x-compute-request-id': 'req-d90d7f83-007c-4201-867e-49f971d18d39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:31,417 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:31,418 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8a70d67-e6ef-44ac-8656-5424e0f1527f', 'x-compute-request-id': 'req-b8a70d67-e6ef-44ac-8656-5424e0f1527f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:32,515 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:16:32,516 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-710eebfd-8bae-43da-bb0b-5e5f34784162', 'x-compute-request-id': 'req-710eebfd-8bae-43da-bb0b-5e5f34784162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:33,617 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:16:33,617 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09034f9b-0e80-4cde-88a8-9b3894fd47f5', 'x-compute-request-id': 'req-09034f9b-0e80-4cde-88a8-9b3894fd47f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:34,715 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:34,716 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b514784-aa75-42c5-ba17-6a90f766fbc4', 'x-compute-request-id': 'req-6b514784-aa75-42c5-ba17-6a90f766fbc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:35,820 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.093s 2022-07-28 20:16:35,821 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67fa3253-306d-4ca0-ace5-fb6fdcbd0694', 'x-compute-request-id': 'req-67fa3253-306d-4ca0-ace5-fb6fdcbd0694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:36,920 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:36,920 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e47f592a-678a-4776-8f6d-86a92b8dc5f0', 'x-compute-request-id': 'req-e47f592a-678a-4776-8f6d-86a92b8dc5f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:38,028 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.096s 2022-07-28 20:16:38,029 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c255d51-13a3-442d-8e09-b1ef3f9047ae', 'x-compute-request-id': 'req-8c255d51-13a3-442d-8e09-b1ef3f9047ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:39,127 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:39,127 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c60eb1d-0fb1-4c04-8ff3-84b9525adb1c', 'x-compute-request-id': 'req-2c60eb1d-0fb1-4c04-8ff3-84b9525adb1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:40,226 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:40,227 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c20ed63-a4d4-4d8c-b5aa-6ed6ae14d322', 'x-compute-request-id': 'req-7c20ed63-a4d4-4d8c-b5aa-6ed6ae14d322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:41,324 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:16:41,324 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d2c7d00-a70f-4f53-968e-91524945a5d6', 'x-compute-request-id': 'req-8d2c7d00-a70f-4f53-968e-91524945a5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:42,425 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:16:42,425 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23ff2f8c-ee53-47b5-ad1c-8e195bb719cc', 'x-compute-request-id': 'req-23ff2f8c-ee53-47b5-ad1c-8e195bb719cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:43,524 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:43,524 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edd7f896-c85f-4b11-8f5b-55d810369ca9', 'x-compute-request-id': 'req-edd7f896-c85f-4b11-8f5b-55d810369ca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:44,624 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:44,624 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdc37479-e543-4458-b220-8c15f28fd9c6', 'x-compute-request-id': 'req-cdc37479-e543-4458-b220-8c15f28fd9c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:45,724 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:16:45,724 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90bcee79-6b07-4e60-917c-bcb2e7d668a1', 'x-compute-request-id': 'req-90bcee79-6b07-4e60-917c-bcb2e7d668a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:46,827 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:16:46,828 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78243302-a310-411f-bc44-e30194fff418', 'x-compute-request-id': 'req-78243302-a310-411f-bc44-e30194fff418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:47,925 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:16:47,925 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ea0b756-d0d7-4314-9b8d-244af1672ff6', 'x-compute-request-id': 'req-7ea0b756-d0d7-4314-9b8d-244af1672ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:49,024 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:49,025 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6db81f25-c921-4a47-b394-da5b7d5841a8', 'x-compute-request-id': 'req-6db81f25-c921-4a47-b394-da5b7d5841a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:50,122 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:50,122 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b3a51c8-f49b-4429-8666-f426f18153e4', 'x-compute-request-id': 'req-0b3a51c8-f49b-4429-8666-f426f18153e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:51,228 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.093s 2022-07-28 20:16:51,229 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-949852d3-0cfd-4aa4-b55f-1a487e3a5339', 'x-compute-request-id': 'req-949852d3-0cfd-4aa4-b55f-1a487e3a5339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:52,329 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:16:52,329 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fdc91e1-b7c3-4ec0-ad39-f28576875959', 'x-compute-request-id': 'req-1fdc91e1-b7c3-4ec0-ad39-f28576875959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:53,429 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:16:53,429 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff9217aa-3ca1-403c-a72f-c933b012f278', 'x-compute-request-id': 'req-ff9217aa-3ca1-403c-a72f-c933b012f278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:54,529 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:54,529 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6886e5fb-6720-41c9-825d-4f7663041ec4', 'x-compute-request-id': 'req-6886e5fb-6720-41c9-825d-4f7663041ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:55,631 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:16:55,631 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8a335a2-1b05-4420-a17d-619e3b75f005', 'x-compute-request-id': 'req-b8a335a2-1b05-4420-a17d-619e3b75f005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:56,731 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:16:56,731 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1386a1bb-ecba-4245-8778-05885d4c4ff4', 'x-compute-request-id': 'req-1386a1bb-ecba-4245-8778-05885d4c4ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:57,830 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:16:57,831 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aba13666-cf70-4bf8-a48d-ee4ef7f5989d', 'x-compute-request-id': 'req-aba13666-cf70-4bf8-a48d-ee4ef7f5989d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:16:58,937 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.092s 2022-07-28 20:16:58,937 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e8c0167-e88f-4448-974b-136d2d8c10cd', 'x-compute-request-id': 'req-5e8c0167-e88f-4448-974b-136d2d8c10cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:00,039 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:17:00,039 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81ea561e-0525-40b5-96d6-27d57af96cab', 'x-compute-request-id': 'req-81ea561e-0525-40b5-96d6-27d57af96cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:01,136 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:17:01,136 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b8e68d6-0285-482d-a629-254098997aa4', 'x-compute-request-id': 'req-7b8e68d6-0285-482d-a629-254098997aa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:02,407 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.258s 2022-07-28 20:17:02,407 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20e9cb35-4080-4781-a716-74da5a44520b', 'x-compute-request-id': 'req-20e9cb35-4080-4781-a716-74da5a44520b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:03,507 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:03,507 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bae13b10-3a27-4745-98f3-24aff321e229', 'x-compute-request-id': 'req-bae13b10-3a27-4745-98f3-24aff321e229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:04,610 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:17:04,610 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27bb1210-4a18-48c7-87bf-90083f60f29e', 'x-compute-request-id': 'req-27bb1210-4a18-48c7-87bf-90083f60f29e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:05,711 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:05,711 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ff954a7-7300-4af0-b0a1-0125e0fa1aa1', 'x-compute-request-id': 'req-0ff954a7-7300-4af0-b0a1-0125e0fa1aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:06,811 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:06,812 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-879e0242-6c50-41f3-a512-2bb4d37acceb', 'x-compute-request-id': 'req-879e0242-6c50-41f3-a512-2bb4d37acceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:07,910 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:17:07,910 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b11cba5c-5f38-44d8-a596-903ca67484c1', 'x-compute-request-id': 'req-b11cba5c-5f38-44d8-a596-903ca67484c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:09,011 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:17:09,012 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e136b521-ccf4-4493-909e-4af613fb1404', 'x-compute-request-id': 'req-e136b521-ccf4-4493-909e-4af613fb1404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:10,110 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:17:10,110 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-049c4667-8ed6-4912-b33a-bf93cb64407d', 'x-compute-request-id': 'req-049c4667-8ed6-4912-b33a-bf93cb64407d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:11,212 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:17:11,213 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d313766c-d432-424a-9d42-e50633c6b725', 'x-compute-request-id': 'req-d313766c-d432-424a-9d42-e50633c6b725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:12,311 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:17:12,311 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-743a2abb-482d-4e12-8830-c1749cdab353', 'x-compute-request-id': 'req-743a2abb-482d-4e12-8830-c1749cdab353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:13,415 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:17:13,416 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-991257a4-3b86-4967-bd90-a93b9c7ce7eb', 'x-compute-request-id': 'req-991257a4-3b86-4967-bd90-a93b9c7ce7eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:14,514 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:17:14,515 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd8d8de-59c4-4c03-88dd-efb3f2407442', 'x-compute-request-id': 'req-fdd8d8de-59c4-4c03-88dd-efb3f2407442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:15,615 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:15,615 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a16c5612-f79c-4375-8730-83acbc30e999', 'x-compute-request-id': 'req-a16c5612-f79c-4375-8730-83acbc30e999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:16,717 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:17:16,717 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-614ef98a-b749-4382-a390-4f31c56a6050', 'x-compute-request-id': 'req-614ef98a-b749-4382-a390-4f31c56a6050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:17,817 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:17:17,818 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71a0c730-832c-4bb7-9f3f-dcc301460e7a', 'x-compute-request-id': 'req-71a0c730-832c-4bb7-9f3f-dcc301460e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:18,917 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:18,918 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be2bc5f4-ff01-42d6-805c-9e5fb40569ad', 'x-compute-request-id': 'req-be2bc5f4-ff01-42d6-805c-9e5fb40569ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:20,017 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:20,018 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f7b7897-cb4e-4318-9ffa-9813969d5630', 'x-compute-request-id': 'req-2f7b7897-cb4e-4318-9ffa-9813969d5630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:21,117 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:21,118 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dc4dd98-0264-4894-aab5-4c5fe7eb8616', 'x-compute-request-id': 'req-7dc4dd98-0264-4894-aab5-4c5fe7eb8616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:22,219 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:17:22,219 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6648868-cd41-456a-b7a0-d20b57aaeb6f', 'x-compute-request-id': 'req-a6648868-cd41-456a-b7a0-d20b57aaeb6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:23,318 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:17:23,318 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c2d5d1c-ccc4-46bb-b6f3-3f67660dcdc0', 'x-compute-request-id': 'req-2c2d5d1c-ccc4-46bb-b6f3-3f67660dcdc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:24,421 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:17:24,422 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97ee46e2-7007-4dfe-89e6-75917744ff45', 'x-compute-request-id': 'req-97ee46e2-7007-4dfe-89e6-75917744ff45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:25,521 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:17:25,521 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4518fd9-e3e1-4da7-9a44-61abfce291fd', 'x-compute-request-id': 'req-c4518fd9-e3e1-4da7-9a44-61abfce291fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:26,624 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:17:26,624 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6c2c17e-fec2-4747-b0fc-688a9d43f61b', 'x-compute-request-id': 'req-b6c2c17e-fec2-4747-b0fc-688a9d43f61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:27,725 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:27,725 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5543b469-9da1-4f4a-8900-036d748f79ed', 'x-compute-request-id': 'req-5543b469-9da1-4f4a-8900-036d748f79ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:28,822 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:17:28,823 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cc06ba2-ca98-4863-bc7b-bfbd43234293', 'x-compute-request-id': 'req-0cc06ba2-ca98-4863-bc7b-bfbd43234293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:29,924 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:17:29,925 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94e87509-d4f6-4fdb-b01e-20856f79110e', 'x-compute-request-id': 'req-94e87509-d4f6-4fdb-b01e-20856f79110e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:31,025 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:31,026 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bc9c8dd-81dd-4f27-a9d4-91111943d8d9', 'x-compute-request-id': 'req-7bc9c8dd-81dd-4f27-a9d4-91111943d8d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:32,124 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:17:32,124 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2df7fc3-6a51-4966-8487-cb2278e48476', 'x-compute-request-id': 'req-f2df7fc3-6a51-4966-8487-cb2278e48476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:33,221 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:17:33,222 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b49206f-e86f-4b6b-af53-0cdbf6b1ac74', 'x-compute-request-id': 'req-2b49206f-e86f-4b6b-af53-0cdbf6b1ac74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:34,320 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:17:34,321 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-564d9c15-95ca-480f-b3e1-26e853ea214f', 'x-compute-request-id': 'req-564d9c15-95ca-480f-b3e1-26e853ea214f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:35,426 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.093s 2022-07-28 20:17:35,426 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc207d77-4a10-480e-90c1-d24064e4effe', 'x-compute-request-id': 'req-bc207d77-4a10-480e-90c1-d24064e4effe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:36,533 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.093s 2022-07-28 20:17:36,533 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d6e09cf-088b-469f-a582-0604bcfb2ddf', 'x-compute-request-id': 'req-1d6e09cf-088b-469f-a582-0604bcfb2ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:37,638 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:17:37,639 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92de2924-07fb-4b16-9b5c-6d4dd57ed2f4', 'x-compute-request-id': 'req-92de2924-07fb-4b16-9b5c-6d4dd57ed2f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:38,737 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:38,738 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-934136f3-f706-4722-8505-59706c43454f', 'x-compute-request-id': 'req-934136f3-f706-4722-8505-59706c43454f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:39,840 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:17:39,841 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be63b237-812f-4a9c-88fe-39048006370d', 'x-compute-request-id': 'req-be63b237-812f-4a9c-88fe-39048006370d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:40,938 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:17:40,938 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-131d71bb-f6f6-4745-81e2-aa6a1bb8d449', 'x-compute-request-id': 'req-131d71bb-f6f6-4745-81e2-aa6a1bb8d449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:42,035 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:17:42,036 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6285455f-b9b9-49e9-9439-b5c2fe1dd1f8', 'x-compute-request-id': 'req-6285455f-b9b9-49e9-9439-b5c2fe1dd1f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:43,134 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:17:43,135 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e2597ba-4def-4116-8449-0fd4d9c52500', 'x-compute-request-id': 'req-1e2597ba-4def-4116-8449-0fd4d9c52500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:44,237 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:17:44,238 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf8bc84-6c4a-47b8-a199-bede576ee3f8', 'x-compute-request-id': 'req-5cf8bc84-6c4a-47b8-a199-bede576ee3f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:45,338 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:45,339 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df071fcb-5f62-45ef-b3b0-0edb4d5fd056', 'x-compute-request-id': 'req-df071fcb-5f62-45ef-b3b0-0edb4d5fd056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:46,437 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:46,438 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a6df821-64e1-4177-a92b-cc59a832916a', 'x-compute-request-id': 'req-0a6df821-64e1-4177-a92b-cc59a832916a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:47,538 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:17:47,538 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83182ec8-7d22-403a-988a-fd9c35b95990', 'x-compute-request-id': 'req-83182ec8-7d22-403a-988a-fd9c35b95990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:48,642 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:17:48,642 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6886c509-8afd-43d2-a9a8-4adf121c3b51', 'x-compute-request-id': 'req-6886c509-8afd-43d2-a9a8-4adf121c3b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:49,746 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:17:49,746 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-413e7123-c1cd-4de3-b360-b0550411d2ce', 'x-compute-request-id': 'req-413e7123-c1cd-4de3-b360-b0550411d2ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:50,843 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:17:50,844 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f319a3ec-9853-4936-aff0-f30408de4916', 'x-compute-request-id': 'req-f319a3ec-9853-4936-aff0-f30408de4916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:51,941 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:17:51,942 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39323d82-c6f6-4b52-bc01-aae316ca505f', 'x-compute-request-id': 'req-39323d82-c6f6-4b52-bc01-aae316ca505f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:53,042 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:17:53,042 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed4df852-6a3c-4014-9c63-bec341403a5b', 'x-compute-request-id': 'req-ed4df852-6a3c-4014-9c63-bec341403a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:54,142 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:54,142 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50ec8cb7-d4d3-49bc-a370-1c2b21b48d71', 'x-compute-request-id': 'req-50ec8cb7-d4d3-49bc-a370-1c2b21b48d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:55,242 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:55,242 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9dd8491-a8ca-4c3d-91a8-e24f29036745', 'x-compute-request-id': 'req-c9dd8491-a8ca-4c3d-91a8-e24f29036745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:56,343 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:17:56,344 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05eced64-db3d-475d-beab-626231e8eaca', 'x-compute-request-id': 'req-05eced64-db3d-475d-beab-626231e8eaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:57,446 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:17:57,446 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-575e51b3-79b5-4ae2-9a40-737ad8500785', 'x-compute-request-id': 'req-575e51b3-79b5-4ae2-9a40-737ad8500785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:58,546 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:17:58,546 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d996054b-53b9-4b13-8d27-11137deecf15', 'x-compute-request-id': 'req-d996054b-53b9-4b13-8d27-11137deecf15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:17:59,643 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:17:59,643 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-776ad663-7895-42b5-95ec-fdc68ea9db28', 'x-compute-request-id': 'req-776ad663-7895-42b5-95ec-fdc68ea9db28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:00,742 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:18:00,742 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7de88b4-176e-4253-8a16-205937707eb7', 'x-compute-request-id': 'req-d7de88b4-176e-4253-8a16-205937707eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:01,843 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:18:01,843 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c702ae55-c889-42f3-bfe9-66321f2ae624', 'x-compute-request-id': 'req-c702ae55-c889-42f3-bfe9-66321f2ae624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:02,944 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:18:02,944 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8680a91b-6cf0-4bc3-b92e-c628c070a1d3', 'x-compute-request-id': 'req-8680a91b-6cf0-4bc3-b92e-c628c070a1d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:04,052 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.096s 2022-07-28 20:18:04,053 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b1f9353-391c-41ea-98cc-e2062cac41ab', 'x-compute-request-id': 'req-6b1f9353-391c-41ea-98cc-e2062cac41ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:05,150 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:18:05,150 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e71e2afb-5982-49b6-8016-286f5627f066', 'x-compute-request-id': 'req-e71e2afb-5982-49b6-8016-286f5627f066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:06,258 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:18:06,259 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dface1e0-945f-44fb-ac22-7d6c20e62f05', 'x-compute-request-id': 'req-dface1e0-945f-44fb-ac22-7d6c20e62f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:07,358 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:18:07,358 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5387c74d-8be1-42b9-a386-00a5ecc2397e', 'x-compute-request-id': 'req-5387c74d-8be1-42b9-a386-00a5ecc2397e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:08,455 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:18:08,455 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86a1d48a-5689-4abf-94c1-c17df863ce2f', 'x-compute-request-id': 'req-86a1d48a-5689-4abf-94c1-c17df863ce2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:09,561 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.093s 2022-07-28 20:18:09,561 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8812dd45-90ba-414d-8472-3a7bbb7b8866', 'x-compute-request-id': 'req-8812dd45-90ba-414d-8472-3a7bbb7b8866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:10,658 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:18:10,659 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-935f308a-9ed8-4b67-98fd-182ede1e1ff0', 'x-compute-request-id': 'req-935f308a-9ed8-4b67-98fd-182ede1e1ff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:11,757 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:18:11,758 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41516614-9a71-474f-a899-eb782e0ddb6f', 'x-compute-request-id': 'req-41516614-9a71-474f-a899-eb782e0ddb6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:12,863 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:18:12,863 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b33513c-5d59-4a1b-912a-932ce9da67b7', 'x-compute-request-id': 'req-9b33513c-5d59-4a1b-912a-932ce9da67b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:13,964 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:18:13,964 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddd69fc4-5f7a-457f-829d-9b0b0ce665cb', 'x-compute-request-id': 'req-ddd69fc4-5f7a-457f-829d-9b0b0ce665cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:15,065 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:18:15,066 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46c08cd7-7ece-4064-a846-fd12bb10a0bb', 'x-compute-request-id': 'req-46c08cd7-7ece-4064-a846-fd12bb10a0bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:16,167 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:18:16,167 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00de0ecf-d1ea-4b3c-998a-de69bb1bde30', 'x-compute-request-id': 'req-00de0ecf-d1ea-4b3c-998a-de69bb1bde30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:17,265 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:18:17,266 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c25a946-b0e4-4c0c-ade3-a1be86219d8f', 'x-compute-request-id': 'req-4c25a946-b0e4-4c0c-ade3-a1be86219d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:18,361 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:18:18,362 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f845079-bc46-4b98-a162-4dc38948a738', 'x-compute-request-id': 'req-8f845079-bc46-4b98-a162-4dc38948a738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:19,467 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.094s 2022-07-28 20:18:19,467 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24ff89f7-f10e-4640-bbe4-80e325cd817b', 'x-compute-request-id': 'req-24ff89f7-f10e-4640-bbe4-80e325cd817b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:20,579 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.099s 2022-07-28 20:18:20,579 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c248b2e8-0e03-46b0-9f41-e929fa5721fb', 'x-compute-request-id': 'req-c248b2e8-0e03-46b0-9f41-e929fa5721fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:21,684 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.092s 2022-07-28 20:18:21,684 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27fdd531-2716-4cad-9f6d-bbde4b8426fa', 'x-compute-request-id': 'req-27fdd531-2716-4cad-9f6d-bbde4b8426fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:22,786 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:18:22,786 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6295855f-a77d-4733-b85d-d15dfc224910', 'x-compute-request-id': 'req-6295855f-a77d-4733-b85d-d15dfc224910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:23,887 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:18:23,887 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9e9f0d3-eff0-494d-b197-472f1a2b60aa', 'x-compute-request-id': 'req-c9e9f0d3-eff0-494d-b197-472f1a2b60aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:24,989 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:18:24,990 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12286079-2610-49d3-a81a-1b061a7f1817', 'x-compute-request-id': 'req-12286079-2610-49d3-a81a-1b061a7f1817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:26,087 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:18:26,087 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e4a202c-c00b-4921-98a0-db921c64fcc9', 'x-compute-request-id': 'req-7e4a202c-c00b-4921-98a0-db921c64fcc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:27,191 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:18:27,191 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be79b930-620c-4300-aeed-50db93c43601', 'x-compute-request-id': 'req-be79b930-620c-4300-aeed-50db93c43601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:28,288 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:18:28,288 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-385c0de8-a1cf-4a01-905c-ad23e45aeddc', 'x-compute-request-id': 'req-385c0de8-a1cf-4a01-905c-ad23e45aeddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:29,388 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:18:29,389 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96c60893-dd3c-4e88-85b6-4ea5bf1d4850', 'x-compute-request-id': 'req-96c60893-dd3c-4e88-85b6-4ea5bf1d4850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:30,489 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:18:30,490 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ba84291-18ff-430b-b6d7-540f71991284', 'x-compute-request-id': 'req-7ba84291-18ff-430b-b6d7-540f71991284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:31,587 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:18:31,587 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5401f617-46ec-4b81-944d-f425e017508b', 'x-compute-request-id': 'req-5401f617-46ec-4b81-944d-f425e017508b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:32,687 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:18:32,688 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-654d8e31-9029-402d-8a30-c0ffbcc4d10e', 'x-compute-request-id': 'req-654d8e31-9029-402d-8a30-c0ffbcc4d10e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:33,788 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:18:33,788 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91be03b4-1a84-407a-a762-49e635ddeb86', 'x-compute-request-id': 'req-91be03b4-1a84-407a-a762-49e635ddeb86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:34,885 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:18:34,886 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01b2fd39-d6c4-4f81-82cb-e595be467bea', 'x-compute-request-id': 'req-01b2fd39-d6c4-4f81-82cb-e595be467bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:35,996 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.098s 2022-07-28 20:18:35,997 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a653a03-f5b1-4f82-be60-d77bcaca83bf', 'x-compute-request-id': 'req-1a653a03-f5b1-4f82-be60-d77bcaca83bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:37,128 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.119s 2022-07-28 20:18:37,128 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bb57894-a8d5-40ab-8954-85abf0f006b0', 'x-compute-request-id': 'req-4bb57894-a8d5-40ab-8954-85abf0f006b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:38,251 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.110s 2022-07-28 20:18:38,252 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e35e7758-7f27-4e4d-92b3-7b6e739a39ef', 'x-compute-request-id': 'req-e35e7758-7f27-4e4d-92b3-7b6e739a39ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:39,358 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.092s 2022-07-28 20:18:39,358 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-452be55e-c40b-47c6-9c6f-6e8c1281a6db', 'x-compute-request-id': 'req-452be55e-c40b-47c6-9c6f-6e8c1281a6db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:40,460 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:18:40,461 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22164cb3-2b81-4b42-a3cc-ed04495b1e01', 'x-compute-request-id': 'req-22164cb3-2b81-4b42-a3cc-ed04495b1e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:41,555 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.083s 2022-07-28 20:18:41,556 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be1a0de0-69ab-4ae9-9f97-d7a7e29e80b5', 'x-compute-request-id': 'req-be1a0de0-69ab-4ae9-9f97-d7a7e29e80b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:42,655 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:18:42,656 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43824b9b-1ac0-4739-9b0d-953ea1329329', 'x-compute-request-id': 'req-43824b9b-1ac0-4739-9b0d-953ea1329329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:43,752 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:18:43,753 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dc28923-b57d-4207-a513-7b809fe524c7', 'x-compute-request-id': 'req-0dc28923-b57d-4207-a513-7b809fe524c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:44,849 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:18:44,850 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86a2e35f-22f8-4dc3-b2d4-c2c7c724ad5c', 'x-compute-request-id': 'req-86a2e35f-22f8-4dc3-b2d4-c2c7c724ad5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:45,951 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:18:45,951 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0680f88-a77b-43d2-9d3d-b80a37613205', 'x-compute-request-id': 'req-c0680f88-a77b-43d2-9d3d-b80a37613205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:47,049 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:18:47,049 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67f360fd-b6de-4aee-981a-6ccc67e1b6c6', 'x-compute-request-id': 'req-67f360fd-b6de-4aee-981a-6ccc67e1b6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:48,147 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:18:48,148 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87cb7f56-1c2b-4ea0-a0e7-19a7b9a973f6', 'x-compute-request-id': 'req-87cb7f56-1c2b-4ea0-a0e7-19a7b9a973f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:49,252 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:18:49,252 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb7930f8-b0eb-4c1d-813f-4381eca7bc9d', 'x-compute-request-id': 'req-eb7930f8-b0eb-4c1d-813f-4381eca7bc9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:50,351 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:18:50,351 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a998573a-467c-4fd6-a15f-8ccadb8f5619', 'x-compute-request-id': 'req-a998573a-467c-4fd6-a15f-8ccadb8f5619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:51,459 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.095s 2022-07-28 20:18:51,460 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae255aec-a294-440c-a1ea-198e9c881a26', 'x-compute-request-id': 'req-ae255aec-a294-440c-a1ea-198e9c881a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:52,582 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.109s 2022-07-28 20:18:52,582 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55b6f023-3bc5-43b9-af24-38085124467e', 'x-compute-request-id': 'req-55b6f023-3bc5-43b9-af24-38085124467e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:53,752 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.157s 2022-07-28 20:18:53,752 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd6a3c48-ea5b-4927-9f5f-7a9fd1164fef', 'x-compute-request-id': 'req-cd6a3c48-ea5b-4927-9f5f-7a9fd1164fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:54,858 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:18:54,859 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01652ae1-1432-4a48-bb9e-48af9f1e8748', 'x-compute-request-id': 'req-01652ae1-1432-4a48-bb9e-48af9f1e8748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:56,005 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.133s 2022-07-28 20:18:56,005 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b477a5f7-a04f-4a9d-9600-1096d98790ad', 'x-compute-request-id': 'req-b477a5f7-a04f-4a9d-9600-1096d98790ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:57,122 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.101s 2022-07-28 20:18:57,123 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6455c410-b917-47f8-9b87-bfee67d25530', 'x-compute-request-id': 'req-6455c410-b917-47f8-9b87-bfee67d25530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:58,225 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:18:58,226 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8de41c7-d997-406c-8938-1de5e66d4999', 'x-compute-request-id': 'req-a8de41c7-d997-406c-8938-1de5e66d4999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:18:59,323 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:18:59,324 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:18:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10c5bb8a-ba64-4af0-8ff8-8ddda1f36dd4', 'x-compute-request-id': 'req-10c5bb8a-ba64-4af0-8ff8-8ddda1f36dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:00,426 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:19:00,426 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdb8a793-7cd7-4f78-8fd4-19cdd04bad67', 'x-compute-request-id': 'req-cdb8a793-7cd7-4f78-8fd4-19cdd04bad67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:01,525 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:19:01,526 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea2f6c94-1cd9-4ff5-9480-429f16834912', 'x-compute-request-id': 'req-ea2f6c94-1cd9-4ff5-9480-429f16834912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:02,795 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.256s 2022-07-28 20:19:02,796 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca8d2c67-dd17-4538-af7a-efa8ef1aa364', 'x-compute-request-id': 'req-ca8d2c67-dd17-4538-af7a-efa8ef1aa364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:03,897 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:19:03,898 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b69516ea-4497-4e69-a82f-252447abbd75', 'x-compute-request-id': 'req-b69516ea-4497-4e69-a82f-252447abbd75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:04,997 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:19:04,997 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18e8375d-a357-4921-a1a0-473cfb27638b', 'x-compute-request-id': 'req-18e8375d-a357-4921-a1a0-473cfb27638b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:06,096 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:19:06,096 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6b1c145-dd76-49eb-ac8b-74cc5b82a5e2', 'x-compute-request-id': 'req-d6b1c145-dd76-49eb-ac8b-74cc5b82a5e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:07,202 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.092s 2022-07-28 20:19:07,202 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4e8e08c-70a7-4102-866e-9701fab2caef', 'x-compute-request-id': 'req-d4e8e08c-70a7-4102-866e-9701fab2caef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:08,299 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:19:08,299 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-126bb5b5-677a-4ba6-8d5d-da59db99424d', 'x-compute-request-id': 'req-126bb5b5-677a-4ba6-8d5d-da59db99424d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:09,399 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:19:09,400 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c855e82c-33d1-4035-8151-63cf0bcaa9f0', 'x-compute-request-id': 'req-c855e82c-33d1-4035-8151-63cf0bcaa9f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:10,501 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:19:10,501 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-094832c0-879c-4875-86a3-88de38718620', 'x-compute-request-id': 'req-094832c0-879c-4875-86a3-88de38718620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:11,607 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.094s 2022-07-28 20:19:11,607 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b09a1993-24b3-450d-b557-4f601cc6132e', 'x-compute-request-id': 'req-b09a1993-24b3-450d-b557-4f601cc6132e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:12,715 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.095s 2022-07-28 20:19:12,715 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8a7c20b-bab3-46a3-8869-be7f552c795c', 'x-compute-request-id': 'req-a8a7c20b-bab3-46a3-8869-be7f552c795c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:13,816 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:19:13,817 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae70d60a-27ff-4ef1-8a1a-8b1b6aba8d93', 'x-compute-request-id': 'req-ae70d60a-27ff-4ef1-8a1a-8b1b6aba8d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:14,917 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:19:14,917 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16a4d799-a2f8-4957-98ad-d1189ed51599', 'x-compute-request-id': 'req-16a4d799-a2f8-4957-98ad-d1189ed51599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:16,015 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:19:16,015 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b735ad2f-0725-44b3-9815-c6c0a4a0bc72', 'x-compute-request-id': 'req-b735ad2f-0725-44b3-9815-c6c0a4a0bc72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:17,113 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:19:17,113 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf7bc35-9b6d-4227-8455-0c165a2de1bb', 'x-compute-request-id': 'req-5cf7bc35-9b6d-4227-8455-0c165a2de1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:18,214 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:19:18,215 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5145d3a-abd5-4553-9b73-60c46b05e88f', 'x-compute-request-id': 'req-e5145d3a-abd5-4553-9b73-60c46b05e88f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:19,320 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.093s 2022-07-28 20:19:19,320 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53a89127-0812-4dc1-9b57-102e6b6b40e7', 'x-compute-request-id': 'req-53a89127-0812-4dc1-9b57-102e6b6b40e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:20,420 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:19:20,420 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42b02148-a04a-4c9d-92ec-e550d1727b78', 'x-compute-request-id': 'req-42b02148-a04a-4c9d-92ec-e550d1727b78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:21,521 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:19:21,522 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27ea6729-419f-4199-a6e4-7e8034de7c2d', 'x-compute-request-id': 'req-27ea6729-419f-4199-a6e4-7e8034de7c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:22,620 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:19:22,620 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e7764b3-2fc1-45ac-b5c1-45c412f38de8', 'x-compute-request-id': 'req-3e7764b3-2fc1-45ac-b5c1-45c412f38de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:23,720 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:19:23,720 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3873507d-d558-4ace-88eb-bf88ba7937f5', 'x-compute-request-id': 'req-3873507d-d558-4ace-88eb-bf88ba7937f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:24,824 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:19:24,824 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-296b4722-96fe-4033-b93b-3cc99ee7a4d5', 'x-compute-request-id': 'req-296b4722-96fe-4033-b93b-3cc99ee7a4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:25,921 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:19:25,922 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54cd407a-7832-4cd9-aa49-746b27358bbd', 'x-compute-request-id': 'req-54cd407a-7832-4cd9-aa49-746b27358bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:27,020 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:19:27,021 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82092d29-1ea4-42bd-9991-1d67f529acfb', 'x-compute-request-id': 'req-82092d29-1ea4-42bd-9991-1d67f529acfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:28,123 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:19:28,123 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd33c6c-845a-4d96-8042-39c63018b0ac', 'x-compute-request-id': 'req-acd33c6c-845a-4d96-8042-39c63018b0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:29,221 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:19:29,221 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c502867b-c80c-44a8-91d0-baf3de129655', 'x-compute-request-id': 'req-c502867b-c80c-44a8-91d0-baf3de129655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:30,322 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:19:30,322 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcefafbf-14ac-4a4e-9c62-fdfbee640f53', 'x-compute-request-id': 'req-dcefafbf-14ac-4a4e-9c62-fdfbee640f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:31,431 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.097s 2022-07-28 20:19:31,432 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82c4f6d9-4b02-40db-b3ef-ce0e2e9b60a8', 'x-compute-request-id': 'req-82c4f6d9-4b02-40db-b3ef-ce0e2e9b60a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:32,532 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:19:32,533 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b632a872-91b7-4472-a303-6332ea68c08e', 'x-compute-request-id': 'req-b632a872-91b7-4472-a303-6332ea68c08e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:33,633 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:19:33,633 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c252b3f-b8b3-4d0b-81cb-c588ff1f99e0', 'x-compute-request-id': 'req-1c252b3f-b8b3-4d0b-81cb-c588ff1f99e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:34,732 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:19:34,732 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5138f27-3f2a-4ba8-b1f2-aa33a211fc68', 'x-compute-request-id': 'req-c5138f27-3f2a-4ba8-b1f2-aa33a211fc68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:35,838 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.094s 2022-07-28 20:19:35,838 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b061739c-23d1-4de6-8b75-60618ae72460', 'x-compute-request-id': 'req-b061739c-23d1-4de6-8b75-60618ae72460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:36,940 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:19:36,940 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42a21d3a-1e0d-4e8b-b3bd-5440a00334c3', 'x-compute-request-id': 'req-42a21d3a-1e0d-4e8b-b3bd-5440a00334c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:38,036 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:19:38,036 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83e54670-ca43-4751-946f-3a66a3564a5a', 'x-compute-request-id': 'req-83e54670-ca43-4751-946f-3a66a3564a5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:39,134 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:19:39,134 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-478385a2-a5ff-4db5-93fd-9e66ab1f68b4', 'x-compute-request-id': 'req-478385a2-a5ff-4db5-93fd-9e66ab1f68b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:40,237 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:19:40,237 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8690160d-1816-47a2-86fb-04d6c30eedd1', 'x-compute-request-id': 'req-8690160d-1816-47a2-86fb-04d6c30eedd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:41,336 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:19:41,336 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ab22a0c-0a7c-44e8-962d-bf529811bcae', 'x-compute-request-id': 'req-5ab22a0c-0a7c-44e8-962d-bf529811bcae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:42,434 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:19:42,434 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3103cce1-2fc5-407f-ac1b-38d25528bf4d', 'x-compute-request-id': 'req-3103cce1-2fc5-407f-ac1b-38d25528bf4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:43,537 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:19:43,538 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26a168a6-6016-4a68-9997-7edc338e722c', 'x-compute-request-id': 'req-26a168a6-6016-4a68-9997-7edc338e722c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:44,638 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:19:44,639 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8fe3544-957d-4637-8f97-f0395cf2961f', 'x-compute-request-id': 'req-c8fe3544-957d-4637-8f97-f0395cf2961f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:45,757 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.106s 2022-07-28 20:19:45,758 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a724fa-a6e5-41a1-9bad-ee45e04bab31', 'x-compute-request-id': 'req-b1a724fa-a6e5-41a1-9bad-ee45e04bab31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:46,867 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.096s 2022-07-28 20:19:46,867 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-025c7c62-9f28-46d9-ae49-944eb9c93292', 'x-compute-request-id': 'req-025c7c62-9f28-46d9-ae49-944eb9c93292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:47,972 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.092s 2022-07-28 20:19:47,973 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fb17ce4-d6c4-4831-964b-c768530c3d18', 'x-compute-request-id': 'req-3fb17ce4-d6c4-4831-964b-c768530c3d18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:49,073 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:19:49,073 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ac31f67-087d-4ae3-af56-a373e14ea74b', 'x-compute-request-id': 'req-2ac31f67-087d-4ae3-af56-a373e14ea74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:50,182 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.097s 2022-07-28 20:19:50,183 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94ac1091-a1d7-4efc-b7e8-8e44b01c981c', 'x-compute-request-id': 'req-94ac1091-a1d7-4efc-b7e8-8e44b01c981c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:51,286 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:19:51,286 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ee9f95-f15c-430e-ae78-e53c234815cb', 'x-compute-request-id': 'req-f4ee9f95-f15c-430e-ae78-e53c234815cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:52,386 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:19:52,387 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5a86762-fa25-467b-9a46-6d73341a3237', 'x-compute-request-id': 'req-e5a86762-fa25-467b-9a46-6d73341a3237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:53,485 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:19:53,486 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-264b4c87-eccb-409b-bf63-b33a1774aaa3', 'x-compute-request-id': 'req-264b4c87-eccb-409b-bf63-b33a1774aaa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:54,587 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:19:54,587 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf0ffe62-6917-4e9e-a9ab-46359c0a188d', 'x-compute-request-id': 'req-cf0ffe62-6917-4e9e-a9ab-46359c0a188d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:55,685 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:19:55,685 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57f28767-30c8-4c48-892c-abe303507318', 'x-compute-request-id': 'req-57f28767-30c8-4c48-892c-abe303507318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:56,802 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.105s 2022-07-28 20:19:56,802 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95972de7-118d-42b3-9cdb-8afc8f40ae0a', 'x-compute-request-id': 'req-95972de7-118d-42b3-9cdb-8afc8f40ae0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:57,902 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:19:57,902 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f383b11-5134-4407-b336-44060d8eb846', 'x-compute-request-id': 'req-2f383b11-5134-4407-b336-44060d8eb846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:19:59,000 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:19:59,001 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:19:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89badfcc-8056-4aed-a389-2edfbb957400', 'x-compute-request-id': 'req-89badfcc-8056-4aed-a389-2edfbb957400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:00,100 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:20:00,100 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd4886f4-2194-4164-ba0c-25d388f00945', 'x-compute-request-id': 'req-dd4886f4-2194-4164-ba0c-25d388f00945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:01,200 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:20:01,201 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb053045-cf6a-48f3-9f87-50463a12d9f2', 'x-compute-request-id': 'req-bb053045-cf6a-48f3-9f87-50463a12d9f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:02,299 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:20:02,300 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f22dd01-232e-42d6-8f8e-6bc20ae61de3', 'x-compute-request-id': 'req-4f22dd01-232e-42d6-8f8e-6bc20ae61de3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:03,400 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:20:03,400 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e15238e-88d1-4e2b-bdfa-40bd62ff4cc1', 'x-compute-request-id': 'req-3e15238e-88d1-4e2b-bdfa-40bd62ff4cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:04,504 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:20:04,504 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a07400b-eed2-4108-ae65-92186fba13ae', 'x-compute-request-id': 'req-4a07400b-eed2-4108-ae65-92186fba13ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:05,628 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.113s 2022-07-28 20:20:05,629 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ace1553-bf5f-4962-9ba1-661d591b3e65', 'x-compute-request-id': 'req-9ace1553-bf5f-4962-9ba1-661d591b3e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:06,733 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.091s 2022-07-28 20:20:06,733 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ad84165-65ab-44ef-bdae-a7136d2fbac5', 'x-compute-request-id': 'req-0ad84165-65ab-44ef-bdae-a7136d2fbac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:07,833 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:20:07,834 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3420a88-e5d5-4cd5-b6e9-8f39d1b383e8', 'x-compute-request-id': 'req-a3420a88-e5d5-4cd5-b6e9-8f39d1b383e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:08,934 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:20:08,935 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-347f169d-5387-49e4-9b61-c45044089b44', 'x-compute-request-id': 'req-347f169d-5387-49e4-9b61-c45044089b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:10,042 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.095s 2022-07-28 20:20:10,043 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03a6711a-5bcd-47c1-8c84-c7cbeab3783b', 'x-compute-request-id': 'req-03a6711a-5bcd-47c1-8c84-c7cbeab3783b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:11,142 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:20:11,142 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af7ec86a-943d-4044-a0e0-9612e40eeab5', 'x-compute-request-id': 'req-af7ec86a-943d-4044-a0e0-9612e40eeab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:12,243 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:20:12,243 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65133e7f-9aae-43c1-8213-f23036b41ebd', 'x-compute-request-id': 'req-65133e7f-9aae-43c1-8213-f23036b41ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:13,342 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:20:13,343 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fdb817a-7442-46eb-9673-fff6e4a8d8b2', 'x-compute-request-id': 'req-0fdb817a-7442-46eb-9673-fff6e4a8d8b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:14,442 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:20:14,442 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f7e33bc-694f-46cc-81e5-64f41ce20460', 'x-compute-request-id': 'req-6f7e33bc-694f-46cc-81e5-64f41ce20460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:15,539 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:20:15,539 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4d266f7-fe49-4756-97df-fae84aeb4827', 'x-compute-request-id': 'req-c4d266f7-fe49-4756-97df-fae84aeb4827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:16,638 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:20:16,638 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26894fcf-e720-4a83-8b69-4906e226bfba', 'x-compute-request-id': 'req-26894fcf-e720-4a83-8b69-4906e226bfba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:17,737 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:20:17,737 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e1f5daa-c9c2-48e9-b428-249595487a80', 'x-compute-request-id': 'req-3e1f5daa-c9c2-48e9-b428-249595487a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:18,837 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:20:18,838 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-494eb0a6-cb0e-4ed2-a0d8-4ce37b88e6ed', 'x-compute-request-id': 'req-494eb0a6-cb0e-4ed2-a0d8-4ce37b88e6ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:19,939 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:20:19,940 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8130a533-1350-487d-9a13-9077d1db6911', 'x-compute-request-id': 'req-8130a533-1350-487d-9a13-9077d1db6911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:21,038 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:20:21,039 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a4c3c8a-ca73-41c5-ab05-aa7fac320ec3', 'x-compute-request-id': 'req-0a4c3c8a-ca73-41c5-ab05-aa7fac320ec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:22,140 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:20:22,141 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3425eee-3ab4-4062-b000-63c6fc25f66f', 'x-compute-request-id': 'req-e3425eee-3ab4-4062-b000-63c6fc25f66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:23,252 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.099s 2022-07-28 20:20:23,253 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcee464b-9f6b-4919-afb5-10f164599d69', 'x-compute-request-id': 'req-dcee464b-9f6b-4919-afb5-10f164599d69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:24,367 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.103s 2022-07-28 20:20:24,368 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f64306f8-ed48-4754-aff0-0ae6380c0040', 'x-compute-request-id': 'req-f64306f8-ed48-4754-aff0-0ae6380c0040', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:25,468 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:20:25,468 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5da453dc-74db-4ee3-928c-859032d074e2', 'x-compute-request-id': 'req-5da453dc-74db-4ee3-928c-859032d074e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:26,568 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:20:26,569 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d889201-ff02-4b67-ab2b-49468dc17043', 'x-compute-request-id': 'req-5d889201-ff02-4b67-ab2b-49468dc17043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:27,669 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:20:27,670 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00798546-c2c9-453c-9e3d-4793fc36013b', 'x-compute-request-id': 'req-00798546-c2c9-453c-9e3d-4793fc36013b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:28,768 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:20:28,769 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3af3222c-ed86-4d05-9954-9997a93095d5', 'x-compute-request-id': 'req-3af3222c-ed86-4d05-9954-9997a93095d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:29,870 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:20:29,871 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4898ae9a-3145-4140-9255-0f7bdad46546', 'x-compute-request-id': 'req-4898ae9a-3145-4140-9255-0f7bdad46546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:30,972 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.088s 2022-07-28 20:20:30,972 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-061cb9a2-4f91-4f67-823e-6c03203d1b3d', 'x-compute-request-id': 'req-061cb9a2-4f91-4f67-823e-6c03203d1b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:32,069 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.085s 2022-07-28 20:20:32,070 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78472e12-1bf2-40b0-8971-b46b6aaa7abf', 'x-compute-request-id': 'req-78472e12-1bf2-40b0-8971-b46b6aaa7abf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:33,169 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.087s 2022-07-28 20:20:33,169 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df408360-466a-48c5-8d09-2c5ed66a2b3f', 'x-compute-request-id': 'req-df408360-466a-48c5-8d09-2c5ed66a2b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:34,287 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.106s 2022-07-28 20:20:34,288 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43ec1df4-293e-4b01-a325-8a442259574e', 'x-compute-request-id': 'req-43ec1df4-293e-4b01-a325-8a442259574e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:35,387 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:20:35,387 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fb13257-ae12-4fd5-8687-c49b5585d545', 'x-compute-request-id': 'req-3fb13257-ae12-4fd5-8687-c49b5585d545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:36,484 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:20:36,485 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a13b7b4-4c14-46aa-a7d6-0bb0a8300032', 'x-compute-request-id': 'req-0a13b7b4-4c14-46aa-a7d6-0bb0a8300032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:37,585 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:20:37,586 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-146d9e72-210f-444f-826c-d35a7a125dc9', 'x-compute-request-id': 'req-146d9e72-210f-444f-826c-d35a7a125dc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:38,682 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:20:38,682 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2cc59bb-0324-4031-a379-811511fc4b64', 'x-compute-request-id': 'req-f2cc59bb-0324-4031-a379-811511fc4b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:39,780 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:20:39,780 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ceadb1a-f66b-4818-aedf-0a4da943aeb6', 'x-compute-request-id': 'req-6ceadb1a-f66b-4818-aedf-0a4da943aeb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:40,882 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:20:40,882 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a116440-a611-4770-ab63-102555159d97', 'x-compute-request-id': 'req-8a116440-a611-4770-ab63-102555159d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:41,996 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.101s 2022-07-28 20:20:41,996 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f13151d2-2ff6-4512-836b-4db1ce24f2ba', 'x-compute-request-id': 'req-f13151d2-2ff6-4512-836b-4db1ce24f2ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:43,099 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.090s 2022-07-28 20:20:43,099 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4e82e47-04c6-4a8c-b1b9-c5de80cdc242', 'x-compute-request-id': 'req-d4e82e47-04c6-4a8c-b1b9-c5de80cdc242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:44,198 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:20:44,198 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d98b5fc-2eb1-4abb-b623-5604ef98feb1', 'x-compute-request-id': 'req-2d98b5fc-2eb1-4abb-b623-5604ef98feb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:45,296 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:20:45,297 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44384901-52b5-45c5-b639-e76570b5f39f', 'x-compute-request-id': 'req-44384901-52b5-45c5-b639-e76570b5f39f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:46,399 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:20:46,400 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a6387b1-6c72-4650-ade8-1b5d762d9a17', 'x-compute-request-id': 'req-1a6387b1-6c72-4650-ade8-1b5d762d9a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:47,498 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.084s 2022-07-28 20:20:47,498 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04933898-c822-4890-a771-14b1ab59d6af', 'x-compute-request-id': 'req-04933898-c822-4890-a771-14b1ab59d6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:48,596 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.086s 2022-07-28 20:20:48,597 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7edfb28d-7e23-45ff-9841-bac3b7f2813d', 'x-compute-request-id': 'req-7edfb28d-7e23-45ff-9841-bac3b7f2813d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:49,698 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d 0.089s 2022-07-28 20:20:49,698 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9248a6b6-92c9-475a-844b-6323a141b04d', 'x-compute-request-id': 'req-9248a6b6-92c9-475a-844b-6323a141b04d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d'} Body: b'{"server": {"id": "f86779ed-0aff-43b5-a713-44e5384deb0d", "name": "tempest-TestShelveInstance-server-272135273", "status": "ACTIVE", "tenant_id": "25002b31f4fc4ec78222fc4919aa5fb2", "user_id": "5131b18108f64f11ac1e0f4866a9cb37", "metadata": {}, "hostId": "ae6d816f5242c6b1a74e8b401909d9c2bf0312415ba614be7490f1cb", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-07-28T20:01:50Z", "updated": "2022-07-28T20:14:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/f86779ed-0aff-43b5-a713-44e5384deb0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1034975038", "OS-SRV-USG:launched_at": "2022-07-28T20:02:13.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8a78e75a-0ec8-412c-b0be-768b27e4f35c"}]}}' 2022-07-28 20:20:49,865 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/7d699bf4-275e-45b5-983c-e260acefdb08 0.155s 2022-07-28 20:20:49,865 118655 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-d6a8dd39-073c-4c5a-bd45-9b4bb5bf6090', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:20:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/7d699bf4-275e-45b5-983c-e260acefdb08'} Body: b'' 2022-07-28 20:20:49,899 118655 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1034975038 0.033s 2022-07-28 20:20:49,899 118655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:20:49 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-938989e1-a540-4c33-b7b2-5818bd1fa9fd', 'x-compute-request-id': 'req-938989e1-a540-4c33-b7b2-5818bd1fa9fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1034975038'} Body: b'' }}} 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 (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 f86779ed-0aff-43b5-a713-44e5384deb0d failed to reach SHELVED_OFFLOADED status and task state "None" within the required time (360 s). Current status: ACTIVE. Current task state: None. |
||||||
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
ft14.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-28 20:27:11,380 118648 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-07-28 20:27:11,622 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.239s 2022-07-28 20:27:11,622 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1073186432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE7QpQNIzIvoDScYvTtxv9kKSnUlScN5oCiRA2V4p3m0+M4WjY2FSa22IFhapUGwQKaFR+6JSCl6RPY31shisIcHh/D+mwX7u7rI3futdqeB0Wg4NbIpbmqQOFvzMbWdXA=="}} Response - Headers: {'date': 'Thu, 28 Jul 2022 20:27:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f3675db-57c1-49eb-b3a2-233ab12c9880', 'x-compute-request-id': 'req-9f3675db-57c1-49eb-b3a2-233ab12c9880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1073186432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE7QpQNIzIvoDScYvTtxv9kKSnUlScN5oCiRA2V4p3m0+M4WjY2FSa22IFhapUGwQKaFR+6JSCl6RPY31shisIcHh/D+mwX7u7rI3futdqeB0Wg4NbIpbmqQOFvzMbWdXA==", "fingerprint": "b8:64:3f:11:96:83:ac:aa:b5:3c:12:60:61:89:11:e6", "user_id": "dab2b4579b204cc98f2cfbed5f082387"}}' 2022-07-28 20:27:11,766 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.140s 2022-07-28 20:27:11,766 118648 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-324765473", "description": "tempest-secgroup-smoke-324765473 description", "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-5b7412bd-3566-4f12-88bf-9448d1fcdd88', 'date': 'Thu, 28 Jul 2022 20:27:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "name": "tempest-secgroup-smoke-324765473", "stateful": true, "tenant_id": "7d2492ba9cae40f083904fdbf20c20a4", "description": "tempest-secgroup-smoke-324765473 description", "shared": false, "security_group_rules": [{"id": "c469393a-8f51-497a-820b-916a4991db36", "tenant_id": "7d2492ba9cae40f083904fdbf20c20a4", "security_group_id": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "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": 578, "description": null, "tags": [], "created_at": "2022-07-28T20:27:11Z", "updated_at": "2022-07-28T20:27:11Z", "revision_number": 0, "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}, {"id": "e39c9ef5-6d38-4491-9b89-de1ee70d24b8", "tenant_id": "7d2492ba9cae40f083904fdbf20c20a4", "security_group_id": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "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": 579, "description": null, "tags": [], "created_at": "2022-07-28T20:27:11Z", "updated_at": "2022-07-28T20:27:11Z", "revision_number": 0, "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}], "tags": [], "created_at": "2022-07-28T20:27:11Z", "updated_at": "2022-07-28T20:27:11Z", "revision_number": 1, "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}}' 2022-07-28 20:27:11,921 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.154s 2022-07-28 20:27:11,921 118648 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": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "project_id": "7d2492ba9cae40f083904fdbf20c20a4", "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-0162e6e7-b63b-4c11-992e-88e6e3fab7bf', 'date': 'Thu, 28 Jul 2022 20:27:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "466107e4-99a1-4f44-92d4-cb4fea9316cb", "tenant_id": "7d2492ba9cae40f083904fdbf20c20a4", "security_group_id": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "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-28T20:27:11Z", "updated_at": "2022-07-28T20:27:11Z", "revision_number": 0, "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}}' 2022-07-28 20:27:12,059 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.136s 2022-07-28 20:27:12,059 118648 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": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "project_id": "7d2492ba9cae40f083904fdbf20c20a4", "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-eb9aa2ea-90d5-4964-ae27-d8d022af9406', 'date': 'Thu, 28 Jul 2022 20:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e2b2a449-bbde-4803-b5d6-cf6c7b3ebafa", "tenant_id": "7d2492ba9cae40f083904fdbf20c20a4", "security_group_id": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "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-28T20:27:12Z", "updated_at": "2022-07-28T20:27:12Z", "revision_number": 0, "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}}' 2022-07-28 20:27:12,205 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.145s 2022-07-28 20:27:12,205 118648 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": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "project_id": "7d2492ba9cae40f083904fdbf20c20a4", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-59804e85-76a9-4416-a640-4dec22514a21', 'date': 'Thu, 28 Jul 2022 20:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "888b66a1-b2a7-446a-a05c-265a9223e1b8", "tenant_id": "7d2492ba9cae40f083904fdbf20c20a4", "security_group_id": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "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-28T20:27:12Z", "updated_at": "2022-07-28T20:27:12Z", "revision_number": 0, "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}}' 2022-07-28 20:27:12,398 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.192s 2022-07-28 20:27:12,398 118648 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": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "project_id": "7d2492ba9cae40f083904fdbf20c20a4", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-89224e86-80a5-4de4-85e2-6aaf056a8333', 'date': 'Thu, 28 Jul 2022 20:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "951c21f8-7479-49b4-9f72-159447628eac", "tenant_id": "7d2492ba9cae40f083904fdbf20c20a4", "security_group_id": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "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-28T20:27:12Z", "updated_at": "2022-07-28T20:27:12Z", "revision_number": 0, "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}}' 2022-07-28 20:27:12,548 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.149s 2022-07-28 20:27:12,549 118648 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": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "project_id": "7d2492ba9cae40f083904fdbf20c20a4", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-df73bbfa-534b-4b22-8402-babff83bc140', 'date': 'Thu, 28 Jul 2022 20:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5062211e-e3ee-4067-ad36-f85d02303ba4", "tenant_id": "7d2492ba9cae40f083904fdbf20c20a4", "security_group_id": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "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-28T20:27:12Z", "updated_at": "2022-07-28T20:27:12Z", "revision_number": 0, "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}}' 2022-07-28 20:27:12,738 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.188s 2022-07-28 20:27:12,738 118648 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": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "project_id": "7d2492ba9cae40f083904fdbf20c20a4", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-af0b7084-9bf2-4066-b74e-4ddaaa64b18c', 'date': 'Thu, 28 Jul 2022 20:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2e320fc-6781-4408-84dd-1f50945c9657", "tenant_id": "7d2492ba9cae40f083904fdbf20c20a4", "security_group_id": "26936bb0-78b9-4997-a2b7-c56b2676cb7d", "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-28T20:27:12Z", "updated_at": "2022-07-28T20:27:12Z", "revision_number": 0, "project_id": "7d2492ba9cae40f083904fdbf20c20a4"}}' 2022-07-28 20:27:12,739 118648 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-07-28 20:27:12,766 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.67/image/v2/images/200102d0-3aff-4f7e-9aae-64a536f12bf7 0.026s 2022-07-28 20:27:12,766 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:27:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b7b4cc73-1125-4d8c-8bb6-2462322cc285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/image/v2/images/200102d0-3aff-4f7e-9aae-64a536f12bf7'} 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": "16e1efa0795546bb9676ba6d30945871", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "200102d0-3aff-4f7e-9aae-64a536f12bf7", "created_at": "2022-07-28T19:51:14Z", "updated_at": "2022-07-28T19:51:31Z", "tags": [], "self": "/v2/images/200102d0-3aff-4f7e-9aae-64a536f12bf7", "file": "/v2/images/200102d0-3aff-4f7e-9aae-64a536f12bf7/file", "schema": "/v2/schemas/image"}' 2022-07-28 20:28:12,991 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/26936bb0-78b9-4997-a2b7-c56b2676cb7d 0.163s 2022-07-28 20:28:12,991 118648 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-342cc5ab-07df-4350-a2b5-356b081db9b4', 'content-length': '0', 'date': 'Thu, 28 Jul 2022 20:28:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/26936bb0-78b9-4997-a2b7-c56b2676cb7d'} Body: b'' 2022-07-28 20:28:14,035 118648 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1073186432 1.044s 2022-07-28 20:28:14,036 118648 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 28 Jul 2022 20:28:12 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-1b74586a-002f-4b9f-97ac-a70ae99dfaf3', 'x-compute-request-id': 'req-1b74586a-002f-4b9f-97ac-a70ae99dfaf3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1073186432'} Body: b'' }}} 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/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 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1212, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 355, in create_volume volume = self.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 112, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value 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.67', port=80): Read timed out. (read timeout=60) |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt15.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
pt16.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
pt17.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
pt18.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt19.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
VolumesBackupsV39Test) |
skip
pt19.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt20.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
pt21.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.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt22.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt22.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt23.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
pt24.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt27.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
pt27.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 | 2 | 0 | 0 | 0 | 2 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt28.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
test_extend_attached_encrypted_volume_luksv2[compute,id-381a2a3a-b2f4-4631-a910-720881f2cc2f] |
skip
pt28.2: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2[compute,id-381a2a3a-b2f4-4631-a910-720881f2cc2f] |
||||||
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
pt29.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
pt29.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
pt29.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
pt30.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
pt31.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
pt32.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
pt32.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
pt33.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
pt33.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
pt34.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
pt35.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.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
pt38.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
pt38.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
pt39.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
pt40.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
pt40.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
pt41.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
pt41.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
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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
pt43.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
pt43.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
pt43.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
pt44.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt47.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
pt47.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_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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_volumes_actions.VolumesActionsTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt51.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
pt52.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
pt53.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
pt54.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
pt55.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
pt55.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
pt56.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
pt56.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
pt57.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
pt58.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
pt58.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
pt59.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
pt59.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt70.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt70.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt70.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt70.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt70.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt70.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt70.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt70.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt70.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt70.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt70.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt70.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt70.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
||||||
Total | 236 | 205 | 21 | 0 | 10 |